summaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
authorKJ Ørbekk <orbekk@google.com>2016-03-31 10:05:42 -0400
committerKJ Ørbekk <orbekk@google.com>2016-03-31 10:09:32 -0400
commit1220df9269b50a81b0b3eb40b8b292a0f4a138fa (patch)
tree5e780482b7b6887ccbeb7daf01ae6161d4d57a63 /tmux.conf
parentfe5f4ef9e5e24d8f3ca3ec9f12bf3a9f0fe5d6b6 (diff)
Vi mode in tmux.
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index 590def5..c5384a7 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -2,6 +2,7 @@ unbind C-b
set -g prefix ^A
bind ^A send-prefix
set -g aggressive-resize on
+set-window-option -g mode-keys vi
set -g default-terminal "screen-256color"
@@ -17,6 +18,10 @@ setw -g window-status-current-fg "#b294bb"
setw -g window-status-activity-fg "#c5c8c6"
setw -g window-status-activity-bg "#1d1f21"
+## scrolling
+## NOPE
+#set -g mode-mouse on
+
## pane border and colors
set -g pane-active-border-bg default
set -g pane-active-border-fg "#373b41"