This commit is contained in:
2021-04-15 18:27:12 +05:30
parent cc715f6a95
commit d1cd413c8d
12 changed files with 524 additions and 811 deletions
+3 -3
View File
@@ -287,9 +287,6 @@ vmap <C-s> <Esc><c-s>gv
imap <C-s> <Esc><c-s>
" }}}
" Alt-q Delete current buffer ( Close file )
nmap <M-q> :bd<CR>
" '\\es' or '<leader><leader>es' Open vimrc in a new tab
execute( 'nmap <Leader><Leader>es :tabedit '. g:nvim_conf_root .'init.vim <CR>' )
@@ -419,6 +416,9 @@ nmap <Leader><Leader>g :!git gui &<CR>
" <Alt-R> -> Reload current file
nmap <M-r> :e!<CR>
" Alt-q Delete current buffer ( Close file )
nmap <M-q> :bd<CR>
" <Ctrl-Shift-q> force Close buffer
nmap <M-Q> :bd!<CR>