computer:software:vim
這是本文件的舊版!
Vim
資源
Plugin
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.1543893109.txt.gz · 上一次變更: 2018/12/04 03:11 由 wm
