Commit f022ff08 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Removed old unused tmux man command

parent 557c03fc
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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