summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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