mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-06-26 12:01:21 +02:00
Updates TMUX and TPM config locations
This commit is contained in:
parent
9e0c8afa19
commit
e11b9e4434
@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
# To copy, left click and drag to highlight text in yellow,
|
# 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
|
# once you release left click yellow text will disappear and will automatically be available in clibboard
|
||||||
|
|
||||||
# Use vim keybindings in copy mode
|
# Use vim keybindings in copy mode
|
||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
|
|
||||||
@ -25,6 +26,9 @@ set -g visual-activity on
|
|||||||
# Use wider color pallete
|
# Use wider color pallete
|
||||||
set -g default-terminal screen-256color
|
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
|
# Install productivity plugins
|
||||||
set -g @plugin 'tmux-plugins/tmux-sessionist' # Easily manage sessions
|
set -g @plugin 'tmux-plugins/tmux-sessionist' # Easily manage sessions
|
||||||
set -g @plugin 'tmux-plugins/tmux-continuum' # Contineous saves environment for next time
|
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]"
|
set -g @ram_high_fg_color "#[bg=white]"
|
||||||
|
|
||||||
# Import TPM
|
# Import TPM
|
||||||
run -b '~/.local/share/tmux/tpm'
|
run "${XDG_DATA_HOME}/tmux/plugins/tpm/tpm"
|
Loading…
x
Reference in New Issue
Block a user