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