My slim and powerful vimrc.
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)
In normal mode,
Ctrl + k
- Move current line upCtrl + j
- Move current line downCtrl + n
- Open the file finderCtrl + p
- Open fuzzy finderPageUp
- Previous BufferPageDown
- Next Buffer
- Install vim-plug
- Place the .vimrc in your
$HOME
directory. Do acd ~
if you do not know where it is. - Open vim and type
:PlugInstall
- Re-open vim and enjoy!
© 2021 Gokul Srinivas