瀏覽代碼

fix vimperator page nav reversed directions

Weiyi Lou 12 年之前
父節點
當前提交
9d32be593b
共有 1 個文件被更改,包括 2 次插入2 次删除
  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-^>