summaryrefslogtreecommitdiffstats
path: root/tmux.conf
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-08-01 01:19:46 -0500
committerJesse Luehrs <doy@tozt.net>2009-08-01 01:19:46 -0500
commit9370c56bf0ede970ce9b3d061e98f96a501e8698 (patch)
tree69d7ef347b048b18ed48ec734f3cf841c4a43e68 /tmux.conf
parent8a32c84d635dd5fcbe308177e2cafc45706f6c8b (diff)
downloadconf-9370c56bf0ede970ce9b3d061e98f96a501e8698.tar.gz
conf-9370c56bf0ede970ce9b3d061e98f96a501e8698.zip
add a keybinding for opening up man pages
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index 29efe40..f144e30 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -22,6 +22,7 @@ bind a send-prefix
bind ^A choose-window
bind ^C new-window
bind ^D detach-client
+bind h command-prompt "new-window 'exec man %%'"
bind ^S set status
unbind ^B