Loading .tmux.conf +0 −6 Original line number Diff line number Diff line Loading @@ -16,11 +16,5 @@ source-file ${HOME}/.tmux/paste-buffer.conf source-file ${HOME}/.tmux/first-instance.conf run-shell ${HOME}/.tmux/tmux-yank/yank.tmux # Bind m to open a man page in a new pane from prompt unbind m bind m command-prompt -p 'Open Man Page: ' "split-window -v 'man %%'" unbind M bind M command-prompt -p 'Open Man Page: ' "split-window -h 'man %%'" # vim:ft=tmux Loading
.tmux.conf +0 −6 Original line number Diff line number Diff line Loading @@ -16,11 +16,5 @@ source-file ${HOME}/.tmux/paste-buffer.conf source-file ${HOME}/.tmux/first-instance.conf run-shell ${HOME}/.tmux/tmux-yank/yank.tmux # Bind m to open a man page in a new pane from prompt unbind m bind m command-prompt -p 'Open Man Page: ' "split-window -v 'man %%'" unbind M bind M command-prompt -p 'Open Man Page: ' "split-window -h 'man %%'" # vim:ft=tmux