Don't like ads? PRO users don't see any ads ;-)
Guest

xombrero.conf :tabopen

By: eest on Jun 10th, 2012  |  syntax: None  |  size: 0.80 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. From af42359bd3f9a61518fef502f495653363c8fb41 Mon Sep 17 00:00:00 2001
  2. From: Patrik Lundin <patrik.lundin.swe@gmail.com>
  3. Date: Sun, 10 Jun 2012 09:26:24 +0200
  4. Subject: [PATCH] Fix keybinding example, :tabopen does not exist.
  5.  
  6. ---
  7.  xombrero.conf |    4 ++--
  8.  1 files changed, 2 insertions(+), 2 deletions(-)
  9.  
  10. diff --git a/xombrero.conf b/xombrero.conf
  11. index 0c4dc14..294ed61 100644
  12. --- a/xombrero.conf
  13. +++ b/xombrero.conf
  14. @@ -366,8 +366,8 @@
  15.  # keybinding   = passthrough,C-z
  16.  # keybinding   = :open ,F9
  17.  # keybinding   = :open <uri>,F10
  18. -# keybinding   = :tabopen ,F11
  19. -# keybinding   = :tabopen <uri>,F12
  20. +# keybinding   = :tabnew ,F11
  21. +# keybinding   = :tabnew <uri>,F12
  22.  
  23.  # parse the contents of another configuration file
  24.  # include_config       = ~/.xombrero_alternate.conf
  25. --
  26. 1.7.5.4