diff --git a/shenanigans.sh b/shenanigans.sh index 32bec7a693f1ce6541be2f32501046a32d3cdddd..d4f4b90960e0c441079f4a311212649133a6129b 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -1,5 +1,5 @@ # Software list. -# cifs-utils tree s3cmd xclip mc gnupg ripgrep jq xmlstarlet fzf htop nvtop newsboat tmux +# cifs-utils tree s3cmd xclip mc gnupg ripgrep jq xmlstarlet fzf htop nvtop newsboat tmux ctags # Magical environment variables. @@ -37,6 +37,7 @@ alias less='less -R' alias gg='lazygit' alias tmux='tmux -u' alias server='python3 -m http.server 6969' +alias nvim='nvim -u ~/.vimrc' # Custom folder jump commands. diff --git a/tmux.conf b/tmux.conf index 4325302ee88779d3e296824712dc6a1de9f994d2..1c52a7895bbee5e8d18e0626ea85f234ca9652e5 100644 --- a/tmux.conf +++ b/tmux.conf @@ -3,10 +3,10 @@ set-window-option -g automatic-rename on set-option -g set-titles on # Leader key -set -g prefix C-x +set -g prefix M-x -# Send Ctrl+x to applications by pressing it twice -bind C-x send-prefix +# Send M+x to applications by pressing it twice +bind M-x send-prefix # Start windows number @1 Instead of @0 set -g base-index 1