From 302d3efd8f2d4270c387f956ed076758c460af22 Mon Sep 17 00:00:00 2001 From: CramMK Date: Thu, 5 Mar 2020 13:01:24 +0100 Subject: [PATCH] Add tmux mouse and remove ssh-key add --- dotfiles/tmux/tmux | 2 ++ dotfiles/zsh/zshrc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dotfiles/tmux/tmux b/dotfiles/tmux/tmux index 7175e48..9d41289 100644 --- a/dotfiles/tmux/tmux +++ b/dotfiles/tmux/tmux @@ -12,6 +12,8 @@ bind-key -r l select-pane -R bind-key v split-window -h bind-key s split-window -v +set-option -g mouse on + # colors set -g status-bg black set -g status-fg white diff --git a/dotfiles/zsh/zshrc b/dotfiles/zsh/zshrc index d18282c..e749a8f 100644 --- a/dotfiles/zsh/zshrc +++ b/dotfiles/zsh/zshrc @@ -15,7 +15,7 @@ plugins=( ) {%@@ if profile == "work" @@%} -zstyle :omz:plugins:ssh-agent identities gerrit gg gitlab +zstyle :omz:plugins:ssh-agent identities {%@@ endif @@%} {%@@ if profile == "laptop" @@%}