Updated tmux to use yank plugin again. Updated what was pending too
This commit is contained in:
parent
2e4a4577d8
commit
b6fce8bfbc
4 changed files with 16 additions and 7 deletions
|
@ -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()
|
||||
|
||||
|
|
|
@ -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 = '''
|
||||
~
|
||||
|
|
|
@ -52,3 +52,6 @@ CMD 😨
|
|||
NAME :scream:
|
||||
CMD 😱
|
||||
|
||||
NAME :rofl:
|
||||
CMD 🤣
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue