computer:software:vim
Vim
資源
Plugin
lint
git
管理
Vimrc
colorscheme desert syntax on set incsearch set ignorecase set switchbuf=usetab
Command
- list all loaded plugins
:scriptnames
- use another vimrc
vim -u NONE
Gvim
- open in new tab: in ~/.bashrc
gvim () { command gvim --remote-tab-silent $@ || command gvim $@;}
工具
教學
computer/software/vim.txt · 上一次變更: 2021/03/02 03:36 由 wm
