|
|
@@ -110,8 +110,9 @@ nnoremap <silent> ( :wincmd <<CR>
|
|
|
nnoremap <silent> <leader>r :wincmd r<CR>
|
|
|
nnoremap <silent> <leader>R :wincmd R<CR>
|
|
|
|
|
|
-" Jump backwards in tag stack
|
|
|
-nnoremap <C-[> <C-T>
|
|
|
+" Navigate tag stack
|
|
|
+nmap <A-]> <C-]>
|
|
|
+nmap <A-[> <C-T>
|
|
|
|
|
|
" ALt+d to duplicate a line, vmode version is best for SHIFT+V, not the others
|
|
|
nmap Y y$
|