commit 433957384605dd9dd12da2ee940440b511dc27f1 parent a563bd065c2304eca2565ae4592a4b70c6ef575e Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de> Date: Thu, 20 Dec 2018 12:39:16 +0100 Add vi controls in tmux Diffstat:
M | tmux.conf | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tmux.conf b/tmux.conf @@ -79,8 +79,8 @@ set-window-option -g pane-active-border-style '' ###################### misc ############################### ########################################################### -# for emacs commands in tmux -setw -g mode-keys emacs +# for vi controls in tmux +set -g mode-keys vi # mouse mode @@ -109,10 +109,10 @@ set -g default-terminal "screen-256color" # shorten command delay set -sg escape-time 1 -# Prevent tmux from starting a login shell -set -g default-command "${SHELL}" +# Define default shell +set -g default-shell "${SHELL}" -# use vlock to lock screen +# use vlock to lock terminal set -g lock-command vlock bind l lock-client bind L lock-session