diff options
author | Matt Strapp <matt@mattstrapp.net> | 2022-10-10 13:54:34 +0000 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2022-10-10 13:54:34 +0000 |
commit | a2c9bb1269f46d2276a960b4e7bb6192cc25c70a (patch) | |
tree | 81a641312ab6803d18ce43af851897337caf1251 /tmux | |
parent | e? (diff) | |
download | dotfiles-a2c9bb1269f46d2276a960b4e7bb6192cc25c70a.tar dotfiles-a2c9bb1269f46d2276a960b4e7bb6192cc25c70a.tar.gz dotfiles-a2c9bb1269f46d2276a960b4e7bb6192cc25c70a.tar.bz2 dotfiles-a2c9bb1269f46d2276a960b4e7bb6192cc25c70a.tar.lz dotfiles-a2c9bb1269f46d2276a960b4e7bb6192cc25c70a.tar.xz dotfiles-a2c9bb1269f46d2276a960b4e7bb6192cc25c70a.tar.zst dotfiles-a2c9bb1269f46d2276a960b4e7bb6192cc25c70a.zip |
Get rid of batdiff
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.config/tmux/tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index a8d0ae9..471ef39 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -14,6 +14,8 @@ set -g @plugin 'jaclu/tmux-menus' set -g @plugin 'schasse/tmux-jump' set -g @plugin 'MunifTanjim/tmux-mode-indicator' +set-environment -g TMUX_PLUGIN_MANAGER_PATH "~/.local/share/tmux/plugins/" + #ctrl-a for prefix unbind C-b set-option -g prefix C-a |