aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshenanigans.sh3
-rw-r--r--tmux.conf1
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 @@
1# Software list. 1# Software list.
2# cifs-utils tree s3cmd xclip mc gnupg ripgrep jq xmlstarlet fzf 2# cifs-utils tree s3cmd xclip mc gnupg ripgrep jq xmlstarlet fzf
3# htop nvtop newsboat 3# htop nvtop newsboat tmux
4 4
5# Magical environment variables. 5# Magical environment variables.
6 6
@@ -36,7 +36,6 @@ alias x='exit'
36alias grep='grep --color=always' 36alias grep='grep --color=always'
37alias less='less -R' 37alias less='less -R'
38alias gg='lazygit' 38alias gg='lazygit'
39alias z='zellij --layout compact options --simplified-ui true --disable-mouse-mode'
40alias server='python3 -m http.server 6969' 39alias server='python3 -m http.server 6969'
41 40
42# Custom folder jump commands. 41# 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
25# Other settings 25# Other settings
26set-option -sg escape-time 10 26set-option -sg escape-time 10
27set-option -g mouse off 27set-option -g mouse off
28set-window-option -g mode-keys vi
28 29
29# Removes the double pressing. Fixes switching panes and pressing up right 30# Removes the double pressing. Fixes switching panes and pressing up right
30# after switching panes. Must have! 31# after switching panes. Must have!