From 88c5953cd9b0e92ba0832dcb6629ae7c314a3e98 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 18 Apr 2024 05:49:18 +0200 Subject: Update --- shenanigans.sh | 3 +-- tmux.conf | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shenanigans.sh b/shenanigans.sh index 5ed2845..97f459c 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 22bd2b5..8af4b84 100644 --- a/tmux.conf +++ b/tmux.conf @@ -25,6 +25,7 @@ set -g pane-border-style fg=#222222 # 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! -- cgit v1.2.3