Browse Source

try langmap to swap j and k as it's counterintuitive which is which on Colemak layout

Daniel Sheffield 2 days ago
parent
commit
67bba1a990
1 changed files with 2 additions and 0 deletions
  1. 2 0
      vim/vimfiles/vimrc

+ 2 - 0
vim/vimfiles/vimrc

@@ -408,3 +408,5 @@ silent! call feedkeys(":nohlsearch\<CR>")
 " Fix CTRL-] suppressed on Alacritty for Windows
 " Fix CTRL-] suppressed on Alacritty for Windows
 nnoremap <LEADER><TAB> <C-]>
 nnoremap <LEADER><TAB> <C-]>
 
 
+" Make navigation a bit easier on Colemak
+set langmap=jk,kj