Skip to content

nym3r0s/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

vimrc

My slim and powerful vimrc.

Installation

To install, simply run the following command.

Bash :

bash <(curl -s https://gist.githubusercontent.com/nym3r0s/40fadf2e94ec1f164d3c/raw/3d4515f92a95e95e30f0bb693cfdcf47bdffdad7/install_vim.sh) 

Zsh :

zsh <(curl -s https://gist.githubusercontent.com/nym3r0s/40fadf2e94ec1f164d3c/raw/3d4515f92a95e95e30f0bb693cfdcf47bdffdad7/install_vim.sh) 

Special Keybindings

In normal mode,

  • Ctrl + k - Move current line up
  • Ctrl + j - Move current line down
  • Ctrl + n - Open the file finder
  • Ctrl + p - Open fuzzy finder
  • PageUp - Previous Buffer
  • PageDown - Next Buffer

Uses:

Manual Installation

  • Install vim-plug
  • Place the .vimrc in your $HOME directory. Do a cd ~ if you do not know where it is.
  • Open vim and type :PlugInstall
  • Re-open vim and enjoy!

License

MIT

© 2021 Gokul Srinivas