From 6c80d1954a131ed2a23d09bc384a8dffcfb67336 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 16 Jun 2024 02:49:33 +0200 Subject: Updated a bunch of files --- shenanigans.sh | 3 ++- tmux.conf | 6 +++--- 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 @@ # 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 4325302..1c52a78 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 -- cgit v1.2.3