Startup
Help
vim
| 指令 | 頁面 | 
|---|---|
| vim -c ':help initialization' | #read | 
| vim -c ':help startup' | #read | 
| vim -c ':help startup-options' | #read | 
| vim -c ':help -u' | #read | 
| man vim | #read | 
nvim
| 指令 | 頁面 | 
|---|---|
| nvim -c ':help initialization' | #read | 
| nvim -c ':help startup' | #read | 
| nvim -c ':help startup-options' | #read | 
| nvim -c ':help -u' | #read | 
| man nvim | #read | 
Vimrc Path
| 實作 | 路徑 | 
|---|---|
| vim | ~/.vim/vimrc | 
| nvim | ~/.config/nvim/init.vim |