VIM: Makes vim auto-add comment character
It will do this in insert mode when pushing <enter> or when in normal mode when pushing o or O
這個提交存在於:
父節點
9b62d793ae
當前提交
341d45e4f3
共有 1 個檔案被更改,包括 5 行新增 和 0 行删除
|
|
@ -38,3 +38,8 @@ set linebreak
|
|||
" Sets tool for opening non-text files with gx
|
||||
" If in netrw, this is run with just x
|
||||
let g:netrw_browsex_viewer = "opout"
|
||||
|
||||
" Automatically insert comment leader after hitting enter
|
||||
set formatoptions+=r
|
||||
" Automatically insert comment leader after hitting o or O
|
||||
set formatoptions+=o
|
||||
|
|
|
|||
載入中…
新增表格
新增連結
新增問題並參考