From 08cc2ef6528b05eafb4fbc07decdaba83e7c9e40 Mon Sep 17 00:00:00 2001 From: Jason Swank <632526+jswank@users.noreply.github.com> Date: Sat, 1 Jun 2024 23:48:07 +0000 Subject: [PATCH] change leader key for tmux --- tmux/.config/tmux/tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 7dbd75a..9207d81 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -1,7 +1,7 @@ # CTRL-A -> TMUX KEY -set-option -g prefix C-a +set-option -g prefix ` unbind-key C-b -bind-key C-a send-prefix +bind-key ` send-prefix # VI-style keybindings setw -g mode-keys vi @@ -13,7 +13,7 @@ bind Escape copy-mode #bind-key -t vi-copy 'y' copy-selection # remove SSH_AUTH_SOCK from update-environment, otherwise setting it specifically doesn't work -set-option -g update-environment "DISPLAY LANG LC_ALL SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY" +set-option -g update-environment "PATH DISPLAY LANG LC_ALL SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY" set-environment -g SSH_AUTH_SOCK $HOME/.ssh/ssh_auth_sock