This commit is contained in:
lelgenio 2020-10-03 03:21:33 -03:00
parent 0cad708b4c
commit fc118808d4
1 changed files with 1 additions and 2 deletions

View File

@ -297,14 +297,13 @@ call plug#end()
" File Browser
nmap F :Ranger <CR>
nmap <C-Q> :wqa<CR>
" Open folds
nmap <silent> {{@@ key.right @@}} <right>
nmap <silent> <right> <right>:silent! foldopen<CR>
"I deserve the death sentence
nmap <C-s> :wa<CR>
nmap <C-Q> :wqa<CR>
" Easy comment toggle
nmap <silent> gc :Commentary<CR>