Cleanup comments, messing with copy/past

This commit is contained in:
jon
2017-07-23 11:56:33 -05:00
parent c709b8746f
commit 263d721540

View File

@@ -9,8 +9,7 @@ bind - split-window -v
unbind '"' unbind '"'
unbind % unbind %
# enable mouse control (clickable windows, panes, resizable panes) # enable mouse control (click wind, panes, resizable panes) - as of tmux 2.1
# as of tmux 2.1 you can just do this ...
set -g mouse on set -g mouse on
# stop tmux from renaming the window every time you run a command # stop tmux from renaming the window every time you run a command
@@ -26,3 +25,6 @@ bind l select-pane -R
# change base from 0 to 1 for reachability # change base from 0 to 1 for reachability
set -g base-index 1 set -g base-index 1
# set vi modes
set -g status-keys vi
set -g mode-keys vi