diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-04-18 05:49:18 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-04-18 05:49:18 +0200 |
| commit | 88c5953cd9b0e92ba0832dcb6629ae7c314a3e98 (patch) | |
| tree | 20c070f882b1fae4182cb0dbae89351bd005531a | |
| parent | feff893a109345d9c21a3d6cd703a27f0de5ab61 (diff) | |
| download | dotfiles-88c5953cd9b0e92ba0832dcb6629ae7c314a3e98.tar.gz | |
Update
| -rwxr-xr-x | shenanigans.sh | 3 | ||||
| -rw-r--r-- | 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 @@ | |||
| 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' | |||
| 36 | alias grep='grep --color=always' | 36 | alias grep='grep --color=always' |
| 37 | alias less='less -R' | 37 | alias less='less -R' |
| 38 | alias gg='lazygit' | 38 | alias gg='lazygit' |
| 39 | alias z='zellij --layout compact options --simplified-ui true --disable-mouse-mode' | ||
| 40 | alias server='python3 -m http.server 6969' | 39 | alias server='python3 -m http.server 6969' |
| 41 | 40 | ||
| 42 | # Custom folder jump commands. | 41 | # Custom folder jump commands. |
| @@ -25,6 +25,7 @@ set -g pane-border-style fg=#222222 | |||
| 25 | # Other settings | 25 | # Other settings |
| 26 | set-option -sg escape-time 10 | 26 | set-option -sg escape-time 10 |
| 27 | set-option -g mouse off | 27 | set-option -g mouse off |
| 28 | set-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! |
