aboutsummaryrefslogtreecommitdiff
path: root/config/tmux
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2022-08-13 16:29:49 +0200
committerCharles Cabergs <me@cacharle.xyz>2022-08-13 16:29:49 +0200
commit1157a7ff99dae87d783dbac2a3b06b48d3c0b091 (patch)
tree9bfd5e9c8f55019299c81e3befb97e2ebb03cc0a /config/tmux
parent51a15d298c69fb50c39913877d6933a4885cb1f7 (diff)
downloaddotfiles-1157a7ff99dae87d783dbac2a3b06b48d3c0b091.tar.gz
dotfiles-1157a7ff99dae87d783dbac2a3b06b48d3c0b091.tar.bz2
dotfiles-1157a7ff99dae87d783dbac2a3b06b48d3c0b091.zip
Removing conda and opam from zshrc
Diffstat (limited to 'config/tmux')
-rw-r--r--config/tmux/tmux.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf
index 777810f..afaff80 100644
--- a/config/tmux/tmux.conf
+++ b/config/tmux/tmux.conf
@@ -29,11 +29,11 @@ bind R source-file ~/.config/tmux/tmux.conf
set -g status-right-length 100
set -g @plugin 'tmux-plugins/tpm'
-# set -g @plugin 'egel/tmux-gruvbox'
-# set -g @tmux-gruvbox 'dark'
-set -g @plugin 'arcticicestudio/nord-tmux'
-set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
-set -g @plugin 'wfxr/tmux-fzf-url'
+set -g @plugin 'egel/tmux-gruvbox'
+set -g @tmux-gruvbox 'dark'
+# set -g @plugin 'arcticicestudio/nord-tmux'
+# set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
+# set -g @plugin 'wfxr/tmux-fzf-url'
# show copy/sync mode with tmux-prefix-highlight
set -g @prefix_highlight_show_copy_mode 'on'