From 6fed15b952aa83fa22b533f47cde90f5aa503ac8 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Fri, 30 Oct 2009 17:38:31 +0100 Subject: vimperator: reorder bindings --- vimperatorrc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'vimperatorrc') diff --git a/vimperatorrc b/vimperatorrc index 384e571..64799ee 100644 --- a/vimperatorrc +++ b/vimperatorrc @@ -189,9 +189,9 @@ map " {{{ Personal key bindings " -" M-Up/Dn toggles the toolbar -map :set go+=T -map :set go-=T +" M-Up/Dn toggles the toolbar and scrollbars +map :set go+=brT +map :set go-=brT " Sidebar selection with s, close with S map s :sidebar @@ -200,6 +200,12 @@ map S :sbclose " Dialog selection with d map d :dialog +" Focus the address bar with C-l +map + +" Focus last used input field with C-c i +map i gi + " Add a bookmark with C-c a (dialog) map a @@ -213,21 +219,12 @@ map g gf " or in an external editor "map g gF -" Focus the address bar with C-l -map - -" Restart with C-c C-r -map :restart - " Open picture location with C-c p map p ;i " Open context menu with C-c m map m ;c -" Focus last used input field with C-c i -map i gi - " Open home directory with C-c f map f ~ @@ -239,6 +236,9 @@ map u gu " Go to the root of the website with C-c C-u map gU + +" Restart with C-c C-r +map :restart " }}} " }}} -- cgit v1.2.3