Updated tmux to use yank plugin again. Updated what was pending too

This commit is contained in:
Eric Renfro 2020-10-30 11:17:17 -04:00
parent 1b4df5d776
commit 66e7f95c6f
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
4 changed files with 16 additions and 7 deletions

View File

@ -10,8 +10,8 @@ excludes = '''
~/.mozilla ~/.mozilla
~/.config/google-chrome ~/.config/google-chrome
~/.config/BraveSoftware ~/.config/BraveSoftware
~/.firestorm_x64 ~/.firestorm_x64/cache
~/.firestorm_x64.new ~/.firestorm_x64/cache-sl
~/.local/share/fonts ~/.local/share/fonts
~/.local/share/Steam ~/.local/share/Steam
~/.steam/steam/steamapps ~/.steam/steam/steamapps
@ -19,8 +19,13 @@ excludes = '''
~/**/*.pyc ~/**/*.pyc
~/**/.*.swp ~/**/.*.swp
~/**/.*.swo ~/**/.*.swo
/mnt/storage/psi-jack/AfterSolus /mnt/storage/psi-jack/Backups
/mnt/storage/psi-jack/BeforeMint /mnt/storage/psi-jack/Downloads
/mnt/storage/psi-jack/BeforeSolus /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() '''.split()

View File

@ -1,7 +1,7 @@
#src_dirs = '~'.split() # absolute path to directory to be backed up #src_dirs = '~'.split() # absolute path to directory to be backed up
passphrase = 'aiwei0pu4Iev0Ies4aeheim9ahmeQuec' passphrase = 'aiwei0pu4Iev0Ies4aeheim9ahmeQuec'
encryption = 'repokey' encryption = 'repokey'
repository = '/run/media/psi-jack/Passport/psi-jack/borg' repository = '/media/psi-jack/Passport/psi-jack/borg'
src_dirs = ''' src_dirs = '''
~ ~

View File

@ -52,3 +52,6 @@ CMD 😨
NAME :scream: NAME :scream:
CMD 😱 CMD 😱
NAME :rofl:
CMD 🤣

View File

@ -58,6 +58,7 @@ bind < swap-pane -U # swap current pane with the previous one
bind C-c new-session bind C-c new-session
bind Tab last-window bind Tab last-window
bind C-a last-window bind C-a last-window
bind b send-prefix
bind X confirm-before -p "kill-window #W? (y/n)" kill-window 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/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-cpu' 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-host.git'
set -g @plugin 'https://git.linux-help.org/psi-jack/tmux-indicators.git' set -g @plugin 'https://git.linux-help.org/psi-jack/tmux-indicators.git'