Commit Diff


commit - 00255c578101af9eeca0e7e91132ea129a34b9d1
commit + 0f80efa6d9d2ad6f836c96fa1eb7db62791256e1
blob - 9f9ed135f60feb307b0dc6bbf8d61b4e923b39bb
blob + 9efc70d619456a700496b602322e9b119d284feb
--- tmux/.tmux.conf
+++ tmux/.tmux.conf
@@ -13,6 +13,9 @@ set-option -g default-shell /bin/zsh
 set-option -g status-keys vi
 set-option -g focus-events on
 
+# vim keys in scroll mode
+set-window-option -g mode-keys vi
+
 # kill window/pane without confirmation
 # http://unix.stackexchange.com/a/30283
 bind-key & kill-window