
xombrero.conf :tabopen
By:
eest on
Jun 10th, 2012 | syntax:
None | size: 0.80 KB | hits: 14 | expires: Never
From af42359bd3f9a61518fef502f495653363c8fb41 Mon Sep 17 00:00:00 2001
From: Patrik Lundin <patrik.lundin.swe@gmail.com>
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