enable folding for vim
This commit is contained in:
parent
06d8ff7ed2
commit
4a74ae6019
1 changed files with 6 additions and 0 deletions
6
.vimrc
6
.vimrc
|
@ -43,3 +43,9 @@ set ruler
|
|||
set listchars=eol:¶,tab:\»\ ,trail:~,extends:>,precedes:<
|
||||
set list
|
||||
filetype plugin indent on
|
||||
|
||||
inoremap <F9> <C-O>za
|
||||
nnoremap <F9> za
|
||||
onoremap <F9> <C-C>za
|
||||
vnoremap <F9> zf
|
||||
|
||||
|
|
Loading…
Reference in a new issue