diff --git a/shenanigans.sh b/shenanigans.sh index 5ed28453c8437d196e3c0f92f0973dbc049970cb..97f459cba6ab2bc71d68d81b4181c29a7d87258d 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -1,6 +1,6 @@ # Software list. # cifs-utils tree s3cmd xclip mc gnupg ripgrep jq xmlstarlet fzf -# htop nvtop newsboat +# htop nvtop newsboat tmux # Magical environment variables. @@ -36,7 +36,6 @@ alias x='exit' alias grep='grep --color=always' alias less='less -R' alias gg='lazygit' -alias z='zellij --layout compact options --simplified-ui true --disable-mouse-mode' alias server='python3 -m http.server 6969' # Custom folder jump commands. diff --git a/tmux.conf b/tmux.conf index 22bd2b5ef9e52dfed11d2830d62488171cec6631..8af4b84cdbbc06610c79ee4c4e640099d8a09eb5 100644 --- a/tmux.conf +++ b/tmux.conf @@ -25,6 +25,7 @@ # Other settings set-option -sg escape-time 10 set-option -g mouse off +set-window-option -g mode-keys vi # Removes the double pressing. Fixes switching panes and pressing up right # after switching panes. Must have!