nym3r0s / vimrc

:arrow_double_up: A slim and powerful vimrc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:arrow_double_up: A slim and powerful vimrc

License:MIT License


Languages

Language:Vim Script 100.0%