aboutsummaryrefslogtreecommitdiff
path: root/tmux/.config
diff options
context:
space:
mode:
authorKumar Damani <kdamani@kepler.space>2021-07-13 17:02:19 +0000
committerKumar Damani <kdamani@kepler.space>2021-07-13 17:02:19 +0000
commit654a25907a2f3cceff7acd22aeb7e19909ac917d (patch)
tree1e99d4a385d88942836f750009ebf76cfb6b6c53 /tmux/.config
parent71f68a9e51c4217eb115d31f7fbb7d084770078d (diff)
tmux config update
Diffstat (limited to 'tmux/.config')
-rw-r--r--tmux/.config/tmux/tmux.conf14
1 files changed, 2 insertions, 12 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
index 6b00081..058d407 100644
--- a/tmux/.config/tmux/tmux.conf
+++ b/tmux/.config/tmux/tmux.conf
@@ -21,7 +21,7 @@ set -g prefix C-a
unbind C-b
bind C-a send-prefix
-set-environment -g TMUX_PLUGIN_MANAGER_PATH "$XDG_CONFIG_HOME/tmux/plugins"
+set-environment -g TMUX_PLUGIN_MANAGER_PATH "$HOME/.config/tmux/plugins"
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
@@ -38,16 +38,6 @@ set -g @tpm_plugins ' \
jimeh/tmux-themepack \
'
-#source-file $HOME/.tmux/plugins/dwm.tmux
-#source-file "$XDG_CONFIG_HOME/tmux/plugins/dwm.tmux"
-
-# Other examples:
-# set -g @plugin 'github_username/plugin_name'
-# set -g @plugin 'git@github.com/user/plugin'
-# set -g @plugin 'git@bitbucket.com/user/plugin'
-
-
-#set -g @resurrect-dir '$HOME/.config/tmux/resurrect' set -g @resurrect-dir '$XDG_CONFIG_HOME/tmux/resurrect'
set -g status-keys vi
setw -g mode-keys vi
@@ -63,4 +53,4 @@ set -g @themepack 'powerline/block/magenta'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
-run "$XDG_CONFIG_HOME/tmux/plugins/tpm/tpm"
+run "$HOME/.config/tmux/plugins/tpm/tpm"