diff options
author | Josh Rickmar <jrick@devio.us> | 2012-06-11 08:53:25 -0400 |
---|---|---|
committer | Josh Rickmar <jrick@devio.us> | 2012-06-11 08:53:25 -0400 |
commit | 0a060601fd6e139e10708121834da0d709c8471c (patch) | |
tree | 894a43bb3c63d28cd583134722d8d9123c7418b7 | |
parent | ae6dd98cd0f05b1b6d0bf8bc591767f7e116fc01 (diff) | |
download | xombrero-0a060601fd6e139e10708121834da0d709c8471c.tar.gz |
tabopen is not a command; replace it with tabnew in the config.
-rw-r--r-- | 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 |