Explorar o código

fix vimperator page nav reversed directions

Weiyi Lou %!s(int64=12) %!d(string=hai) anos
pai
achega
9d32be593b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      vimperator/vimperatorrc

+ 2 - 2
vimperator/vimperatorrc

@@ -36,8 +36,8 @@ nmap <C-l> :tabmove! +1<CR>
 " Slower page navigation
 nmap J 5<Down>
 nmap K 5<Up>
-nmap L 5<Left>
-nmap H 5<Right>
+nmap H 5<Left>
+nmap L 5<Right>
 
 " screen/tmux-like switch to previous tab
 nmap <C-a><C-a> <C-^>