From 9370c56bf0ede970ce9b3d061e98f96a501e8698 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 1 Aug 2009 01:19:46 -0500 Subject: add a keybinding for opening up man pages --- tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.conf') 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 -- cgit v1.2.3-54-g00ecf