Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- From af42359bd3f9a61518fef502f495653363c8fb41 Mon Sep 17 00:00:00 2001
- From: Patrik Lundin <[email protected]>
- Date: Sun, 10 Jun 2012 09:26:24 +0200
- Subject: [PATCH] Fix keybinding example, :tabopen does not exist.
- ---
- xombrero.conf | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
- diff --git a/xombrero.conf b/xombrero.conf
- index 0c4dc14..294ed61 100644
- --- a/xombrero.conf
- +++ b/xombrero.conf
- @@ -366,8 +366,8 @@
- # keybinding = passthrough,C-z
- # keybinding = :open ,F9
- # keybinding = :open <uri>,F10
- -# keybinding = :tabopen ,F11
- -# keybinding = :tabopen <uri>,F12
- +# keybinding = :tabnew ,F11
- +# keybinding = :tabnew <uri>,F12
- # parse the contents of another configuration file
- # include_config = ~/.xombrero_alternate.conf
- --
- 1.7.5.4
Advertisement
Add Comment
Please, Sign In to add comment