summaryrefslogtreecommitdiff
path: root/vimperatorrc
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-10-30 17:38:31 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-10-30 17:38:39 +0100
commit6fed15b952aa83fa22b533f47cde90f5aa503ac8 (patch)
tree43049c20c4fca652a4919f0a2815a1c0359f3aab /vimperatorrc
parent0304142160ea3ff5a77a3a60380cd634aa7d82be (diff)
downloaddotfiles-6fed15b952aa83fa22b533f47cde90f5aa503ac8.tar.xz
vimperator: reorder bindings
Diffstat (limited to 'vimperatorrc')
-rw-r--r--vimperatorrc24
1 files changed, 12 insertions, 12 deletions
diff --git a/vimperatorrc b/vimperatorrc
index 384e571..64799ee 100644
--- a/vimperatorrc
+++ b/vimperatorrc
@@ -189,9 +189,9 @@ map <C-x><C-f> <C-d><C-o>
" {{{ Personal key bindings
"
-" M-Up/Dn toggles the toolbar
-map <A-Down> :set go+=T<CR>
-map <A-Up> :set go-=T<CR>
+" M-Up/Dn toggles the toolbar and scrollbars
+map <A-Down> :set go+=brT<CR>
+map <A-Up> :set go-=brT<CR>
" Sidebar selection with s, close with S
map s :sidebar<SPACE>
@@ -200,6 +200,12 @@ map S :sbclose<CR>
" Dialog selection with d
map d :dialog<SPACE>
+" Focus the address bar with C-l
+map <C-l> <C-d><C-l>
+
+" Focus last used input field with C-c i
+map <C-c>i gi
+
" Add a bookmark with C-c a (dialog)
map <C-c>a <C-d><C-d>
@@ -213,21 +219,12 @@ map <C-c>g gf
" or in an external editor
"map <C-c>g gF
-" Focus the address bar with C-l
-map <C-l> <C-d><C-l>
-
-" Restart with C-c C-r
-map <C-c><C-r> :restart<CR>
-
" Open picture location with C-c p
map <C-c>p ;i
" Open context menu with C-c m
map <C-c>m ;c
-" Focus last used input field with C-c i
-map <C-c>i gi
-
" Open home directory with C-c f
map <C-c>f ~
@@ -239,6 +236,9 @@ map <C-c>u gu
" Go to the root of the website with C-c C-u
map <C-c><C-u> gU
+
+" Restart with C-c C-r
+map <C-c><C-r> :restart<CR>
" }}}
" }}}