1
0
Fork 0

Vim close and save

This commit is contained in:
Malte Brandy 2020-05-20 00:09:39 +02:00
parent fd9207dca6
commit 2e32c2b54a
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -179,6 +179,8 @@ nmap <space>p :Files<CR>
nmap <space>g :Rg<CR>
nmap <space>h :History<CR>
nmap <space>b :Buffers<CR>
nmap <space>q :qa<CR>
nmap <space>s :w<CR>
nnoremap <a-left> :bp<CR>
nnoremap <a-right> :bn<CR>