Added speed write

This commit is contained in:
Marcin Woźniak 2021-11-01 10:42:41 +01:00
parent 17941a76ba
commit 0aab01f190

View File

@ -177,6 +177,7 @@ set statusline+=\ [%c]
" Keyboard shortcuts
""""""""""""""""""""""""""""""""
let mapleader = "\<Space>"
nmap <leader>2 :w!<cr>
" Go to definition
nmap <leader>gd <Plug>(coc-definition)