+nnoremap <Space>s :update<CR>
This commit is contained in:
parent
5f75b873c5
commit
e2a62bee98
1 changed files with 1 additions and 2 deletions
|
@ -14,9 +14,8 @@ nnoremap <Space>m :make<CR>
|
|||
nnoremap <Space>n :bnext<CR>
|
||||
nnoremap <Space>p :bprevious<CR>
|
||||
nnoremap <Space>q :quit<CR>
|
||||
nnoremap <Space>s :write<CR>
|
||||
nnoremap <Space>s :update<CR>
|
||||
nnoremap <Space>t :tabnew<CR>
|
||||
nnoremap <Space>u :update<CR>
|
||||
set autoindent
|
||||
set backup
|
||||
set backupdir=$HOME/.vim/tmp
|
||||
|
|
Loading…
Add table
Reference in a new issue