From bbf1a1ddc318556ba9681530fe9a4bc049c606db Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 20 Mar 2024 13:49:31 +0100 Subject: Added tmux config --- shenanigans.sh | 6 +++--- tmux.conf | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/shenanigans.sh b/shenanigans.sh index 41b088f..792d715 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -1,5 +1,6 @@ # Software list. -# cifs-utils tree s3cmd xclip mc gnupg ripgrep jq xmlstarlet tilix fzf hx newsbeuter +# cifs-utils tree s3cmd xclip mc gnupg ripgrep jq xmlstarlet fzf +# htop nvtop newsboat # Magical environment variables. @@ -35,7 +36,6 @@ alias grep='grep --color=always' alias less='less -R' alias gg='lazygit' alias server='python3 -m http.server 6969' -alias z='zellij --layout compact options --simplified-ui true --disable-mouse-mode' # Custom folder jump commands. @@ -78,7 +78,7 @@ backup() { cp /home/$USER/.gitconfig gitconfig cp /home/$USER/.vimrc vimrc - cp /home/$USER/.alacritty.yml alacritty.yml + cp /home/$USER/.tmux tmux cp /home/$USER/.config/helix/config.toml config.toml cp /home/$USER/.newsboat/urls urls cp /home/$USER/.newsboat/cache.db cache.db diff --git a/tmux.conf b/tmux.conf index 0213742..c888d91 100644 --- a/tmux.conf +++ b/tmux.conf @@ -21,3 +21,7 @@ set -g status-fg '#ffffff' set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]" set -g pane-active-border fg=#777777 set -g pane-border-style fg=#222222 + +# Other settings +set-option -sg escape-time 10 +set-option -g mouse off -- cgit v1.2.3