eest

xombrero.conf :tabopen

Jun 10th, 2012
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. From af42359bd3f9a61518fef502f495653363c8fb41 Mon Sep 17 00:00:00 2001
  2. From: Patrik Lundin <[email protected]>
  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
Advertisement
Add Comment
Please, Sign In to add comment