From 66e7f95c6fba157cbc92f85c0a16bcdecaa2c714 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Fri, 30 Oct 2020 11:17:17 -0400 Subject: [PATCH] Updated tmux to use yank plugin again. Updated what was pending too --- .config/emborg/home##os.Linux,h.midgaard | 15 ++++++++++----- .config/emborg/passport##os.Linux,h.midgaard | 2 +- .config/hexchat/replace.conf | 3 +++ .tmux/tmux.conf | 3 ++- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/.config/emborg/home##os.Linux,h.midgaard b/.config/emborg/home##os.Linux,h.midgaard index 73e4dd5..2850fae 100644 --- a/.config/emborg/home##os.Linux,h.midgaard +++ b/.config/emborg/home##os.Linux,h.midgaard @@ -10,8 +10,8 @@ excludes = ''' ~/.mozilla ~/.config/google-chrome ~/.config/BraveSoftware - ~/.firestorm_x64 - ~/.firestorm_x64.new + ~/.firestorm_x64/cache + ~/.firestorm_x64/cache-sl ~/.local/share/fonts ~/.local/share/Steam ~/.steam/steam/steamapps @@ -19,8 +19,13 @@ excludes = ''' ~/**/*.pyc ~/**/.*.swp ~/**/.*.swo - /mnt/storage/psi-jack/AfterSolus - /mnt/storage/psi-jack/BeforeMint - /mnt/storage/psi-jack/BeforeSolus + /mnt/storage/psi-jack/Backups + /mnt/storage/psi-jack/Downloads + /mnt/storage/psi-jack/ISOs + /mnt/storage/psi-jack/.mail + /mnt/storage/psi-jack/Music + /mnt/storage/psi-jack/Nextcloud + /mnt/storage/psi-jack/Nextcloud-Gleim + /mnt/storage/psi-jack/Nextcloud-new '''.split() diff --git a/.config/emborg/passport##os.Linux,h.midgaard b/.config/emborg/passport##os.Linux,h.midgaard index 9efaf6b..34f1730 100644 --- a/.config/emborg/passport##os.Linux,h.midgaard +++ b/.config/emborg/passport##os.Linux,h.midgaard @@ -1,7 +1,7 @@ #src_dirs = '~'.split() # absolute path to directory to be backed up passphrase = 'aiwei0pu4Iev0Ies4aeheim9ahmeQuec' encryption = 'repokey' -repository = '/run/media/psi-jack/Passport/psi-jack/borg' +repository = '/media/psi-jack/Passport/psi-jack/borg' src_dirs = ''' ~ diff --git a/.config/hexchat/replace.conf b/.config/hexchat/replace.conf index 868ae0d..aed907c 100644 --- a/.config/hexchat/replace.conf +++ b/.config/hexchat/replace.conf @@ -52,3 +52,6 @@ CMD 😨 NAME :scream: CMD 😱 +NAME :rofl: +CMD 🤣 + diff --git a/.tmux/tmux.conf b/.tmux/tmux.conf index f887709..4da1f3a 100644 --- a/.tmux/tmux.conf +++ b/.tmux/tmux.conf @@ -58,6 +58,7 @@ bind < swap-pane -U # swap current pane with the previous one bind C-c new-session bind Tab last-window bind C-a last-window +bind b send-prefix bind X confirm-before -p "kill-window #W? (y/n)" kill-window # ================================================ @@ -175,7 +176,7 @@ setw -g window-status-separator " " set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-cpu' -#set -g @plugin 'tmux-plugins/tmux-yank' +set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'https://git.linux-help.org/psi-jack/tmux-host.git' set -g @plugin 'https://git.linux-help.org/psi-jack/tmux-indicators.git'