Skip to content

anuragak021/Neovim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim

Works for any Neovim 0.8.0 or newer .
TO install Neovim 0..8.0 or never do this :

sudo add-apt-repository ppa:neovim-ppa/unstable
sudo apt update
sudo apt install neovim
replace apt with pacman/your download manager when needed

To use this directory do

git clone https://github.com/anuragak021/Neovim

After cloning Delete the LICENSE , README.md and .git file

rm README.md ; rm LICENSE ; rm -rf .git

in the .config/nvim folder this will clone everything in folder named Neovim to move all the contents of this folder to up one folder do

git clone https://github.com/anuragak021/Neovim ~/.config/nvim

The Keyboard shorcuts that I have used are :
Space -> Leader

  1. Shift + K -> Hover over a keyword
  2. Leader + g + d -> LSP buffer definitions
  3. Leader + g + r -> LSP References
  4. Leader + c + a -> LSP buffer code action
  5. Leader + n -> Neotree reveal left
  6. Leader + g + f -> Format Code
  7. Ctrl + p -> Find Files
  8. Leader + f + g -> Live grep
  9. Leader + Leader -> Reveal Old Files
  10. Ctrl + ` -> Open new terminal
  11. Ctrl + <- -> Go to the left terminal
  12. Ctrl + -> -> Go to the right terminal
  13. Ctrl + t -> Terminal to normal mode
  14. Ctrl + e -> Go to the editor from terminal
  15. Ctrl + b -> Toggle terminal
  16. Leader + i(i = 1 to 9 ) -> Switch to that particular terminal
  17. Ctrl + / -> Comment those lines selected in visual mode
  18. cp + tab -> Competetive Programming snippet
  19. Leader + m + p -> Toggle markdown render

Visual of the Neovim Configuration : Neovim IDE with terminal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages