aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-06-16 02:49:33 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-06-16 02:49:33 +0200
commit6c80d1954a131ed2a23d09bc384a8dffcfb67336 (patch)
tree6ca6c29a04a689bacdfbc616e50cef2bcc079e0f
parentf6b35620e54f420a1ea3f9c20a0bd8c31e6f6d98 (diff)
downloaddotfiles-6c80d1954a131ed2a23d09bc384a8dffcfb67336.tar.gz
Updated a bunch of files
-rwxr-xr-xshenanigans.sh3
-rw-r--r--tmux.conf6
2 files changed, 5 insertions, 4 deletions
diff --git a/shenanigans.sh b/shenanigans.sh
index 32bec7a..d4f4b90 100755
--- a/shenanigans.sh
+++ b/shenanigans.sh
@@ -1,5 +1,5 @@
1# Software list. 1# Software list.
2# cifs-utils tree s3cmd xclip mc gnupg ripgrep jq xmlstarlet fzf htop nvtop newsboat tmux 2# cifs-utils tree s3cmd xclip mc gnupg ripgrep jq xmlstarlet fzf htop nvtop newsboat tmux ctags
3 3
4# Magical environment variables. 4# Magical environment variables.
5 5
@@ -37,6 +37,7 @@ alias less='less -R'
37alias gg='lazygit' 37alias gg='lazygit'
38alias tmux='tmux -u' 38alias tmux='tmux -u'
39alias server='python3 -m http.server 6969' 39alias server='python3 -m http.server 6969'
40alias nvim='nvim -u ~/.vimrc'
40 41
41# Custom folder jump commands. 42# Custom folder jump commands.
42 43
diff --git a/tmux.conf b/tmux.conf
index 4325302..1c52a78 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -3,10 +3,10 @@ set-window-option -g automatic-rename on
3set-option -g set-titles on 3set-option -g set-titles on
4 4
5# Leader key 5# Leader key
6set -g prefix C-x 6set -g prefix M-x
7 7
8# Send Ctrl+x to applications by pressing it twice 8# Send M+x to applications by pressing it twice
9bind C-x send-prefix 9bind M-x send-prefix
10 10
11# Start windows number @1 Instead of @0 11# Start windows number @1 Instead of @0
12set -g base-index 1 12set -g base-index 1