neovim conf
This commit is contained in:
parent
b3da18ba96
commit
6949d7e0da
1 changed files with 3 additions and 2 deletions
|
|
@ -28,6 +28,7 @@ endif
|
|||
filetype plugin indent on
|
||||
syntax enable
|
||||
set number
|
||||
set hidden
|
||||
|
||||
set t_Co=256
|
||||
|
||||
|
|
@ -75,8 +76,8 @@ map ;0 :close<CR>
|
|||
map ;w :w<CR>
|
||||
|
||||
map ;b :Denite buffer<CR>
|
||||
map ;e :Denite file buffer<CR>
|
||||
map ;f :Denite file buffer<CR>
|
||||
map ;e :Denite file_rec buffer<CR>
|
||||
map ;f :Denite file_rec buffer<CR>
|
||||
map ;q :q<CR>
|
||||
map ;x :x<CR>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue