From 263d7215408ae0249282fc200aa8922b71587781 Mon Sep 17 00:00:00 2001 From: jon Date: Sun, 23 Jul 2017 11:56:33 -0500 Subject: [PATCH] Cleanup comments, messing with copy/past --- tmux/.tmux.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index fdcaa00..49864bb 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -9,8 +9,7 @@ bind - split-window -v unbind '"' unbind % -# enable mouse control (clickable windows, panes, resizable panes) -# as of tmux 2.1 you can just do this ... +# enable mouse control (click wind, panes, resizable panes) - as of tmux 2.1 set -g mouse on # 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 set -g base-index 1 +# set vi modes +set -g status-keys vi +set -g mode-keys vi