Sfoglia il codice sorgente

fix vimperator page nav reversed directions

Weiyi Lou 12 anni fa
parent
commit
9d32be593b
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      vimperator/vimperatorrc

+ 2 - 2
vimperator/vimperatorrc

@@ -36,8 +36,8 @@ nmap <C-l> :tabmove! +1<CR>
 " Slower page navigation
 " Slower page navigation
 nmap J 5<Down>
 nmap J 5<Down>
 nmap K 5<Up>
 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
 " screen/tmux-like switch to previous tab
 nmap <C-a><C-a> <C-^>
 nmap <C-a><C-a> <C-^>