- Clone .vim:
git clone git@github.com:JARVIS-VOVA/vim.git ~/.vim
- Clone Vundle:
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
- .vimrc
ln -s ~/.vim/.vimrc ~/.vimrc
- Open vim and run next command:
:PlugInstall
- Lists configured plugins
:PluginList`
q # start recording
l # press any key
write macros
q # end recording
@l # use macros
# List macros
@l - console.log('')
@p - 3.times { p 1 }
@b - binding.pry
git config --get core.excludesfile # check place file
echo '*.swp' >> ~/.gitignore_global
git config --global core.excludesfile '~/.gitignore'