diff options
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -190,9 +190,10 @@ nnoremap <Leader>fw :%s/\s\+$//<cr> nnoremap <Leader>fi zzmxgg=G'x " Misc -nnoremap <Leader><cr> :w<cr> -nnoremap <Leader>q :bd!<cr> nnoremap <tab> <C-^> +nnoremap Q :bd!<cr> +nnoremap _ :w<cr> +nnoremap <Leader>q :q!<cr> nnoremap <LocalLeader>h :e %:p:s,.hpp$,.X123X,:s,.cpp$,.hpp,:s,.X123X$,.cpp,<CR> |