Update
| 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) |
|
-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 | |||
| 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 | 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. |
| ... | |||
| diff --git a/tmux.conf b/tmux.conf | |||
| ... | |||
| 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! |
| ... | |||