cd ~/
curl https://j.mp/spf13-vim3 -L > spf13-vim.sh && sh spf13-vim.sh
git clone git@github.com:keer2345/.spf13-vim-3-myself.git
rm spf13-vim.sh
rm ~/.vimrc.local
rm ~/.vimrc.before.local
rm ~/.vimrc.bundles.local
rm ~/.vimrc.local.plugin
ln -s ~/.spf13-vim-3-myself/.vimrc.local ~/.vimrc.local
ln -s ~/.spf13-vim-3-myself/.vimrc.before.local ~/.vimrc.before.local
ln -s ~/.spf13-vim-3-myself/.vimrc.bundles.local ~/.vimrc.bundles.local
ln -s ~/.spf13-vim-3-myself/.vimrc.local.plugin ~/.vimrc.local.plugin
sudo apt install vim-gnome
~/.spf13-vim-3-myself/.vimrc.local
~/.spf13-vim-3-myself/.vimrc.local.plugin
~/.spf13-vim-3-myself/.vimrc.before.local
~/.spf13-vim-3-myself/.vimrc.bundles.local
:BufOnly
without an argument will unload all buffers but the current one.:BufOnly
with an argument will close all buffers but the supplied buffer name/number
Easily interact with tmux from vim.
C-k
: to select-and-expand a snippet from the Neocomplcache popup (Use C-n and C-p to select it). C-k can also be used to jump to the next field in the snippet.Tab
: to select the next field to fill in the snippet.
Neomake is a plugin for Vim/Neovim to asynchronously run programs.
F6
: Format source with flake8,r
: Run python
cd ~/.vim/bundle/markdown-preview.nvim
yarn
,mp
: Start Markdown Preview,ms
: Stop Markdown Preview
:GenToGFM
: Generater the markdown catalog:UpdateToc
: Update the markdown catalog
Provide easy code formatting in Vim by integrating existing code formatters.
F7
Autoformat