Add tmux mouse and remove ssh-key add

This commit is contained in:
CramMK
2020-03-05 13:01:24 +01:00
parent 50e872a766
commit 302d3efd8f
2 changed files with 3 additions and 1 deletions

View File

@@ -12,6 +12,8 @@ bind-key -r l select-pane -R
bind-key v split-window -h bind-key v split-window -h
bind-key s split-window -v bind-key s split-window -v
set-option -g mouse on
# colors # colors
set -g status-bg black set -g status-bg black
set -g status-fg white set -g status-fg white

View File

@@ -15,7 +15,7 @@ plugins=(
) )
{%@@ if profile == "work" @@%} {%@@ if profile == "work" @@%}
zstyle :omz:plugins:ssh-agent identities gerrit gg gitlab zstyle :omz:plugins:ssh-agent identities
{%@@ endif @@%} {%@@ endif @@%}
{%@@ if profile == "laptop" @@%} {%@@ if profile == "laptop" @@%}