Updates TMUX and TPM config locations

This commit is contained in:
Alicia Sykes 2022-08-28 23:15:04 +01:00
parent 9e0c8afa19
commit e11b9e4434

View File

@ -1,6 +1,7 @@
# To copy, left click and drag to highlight text in yellow,
# once you release left click yellow text will disappear and will automatically be available in clibboard
# Use vim keybindings in copy mode
setw -g mode-keys vi
@ -25,6 +26,9 @@ set -g visual-activity on
# Use wider color pallete
set -g default-terminal screen-256color
# Set install location for plugins
set-environment -g TMUX_PLUGIN_MANAGER_PATH "${XDG_DATA_HOME}/tmux/plugins"
# Install productivity plugins
set -g @plugin 'tmux-plugins/tmux-sessionist' # Easily manage sessions
set -g @plugin 'tmux-plugins/tmux-continuum' # Contineous saves environment for next time
@ -73,4 +77,4 @@ set -g @ram_high_bg_color "#[bg=1]"
set -g @ram_high_fg_color "#[bg=white]"
# Import TPM
run -b '~/.local/share/tmux/tpm'
run "${XDG_DATA_HOME}/tmux/plugins/tpm/tpm"