Skip to content

A launch point for your personal nvim configuration

License

Notifications You must be signed in to change notification settings

stellarwind/kickstart.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keymap cheatsheet

"/" - Start searching "n" - repeat previous search "Escape" - remove search highlight

"space space" - buffer telescope search "space /" - current buffer fuzzy search "s f f" - telescope search for files

"leader e" - toggle tree view "ctrl e" - toggle focus on tree

"leader c" - comment current line (LSP) "leader b" - comment block in visual mode

"Alt , ." - switch buffer tabs "Alt 1 2 3.." - jump to buffer tabs

"Alt - z" toggle wrapping

Nvim tree:

"a" - new file "d" - delete file "r" - rename file

git clone https://github.com/stellarwind/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\
git clone https://github.com/stellarwind/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim

About

A launch point for your personal nvim configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%