Skip to content

Commit

Permalink
update tmux for WSL + add ssh-agent to zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusvellone committed Oct 24, 2024
1 parent 9a30f43 commit ad7844b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ bind-key X \
"run-shell 'tmux switch-client -n \\\; kill-session -t \"\$(tmux display-message -p \"#S\")\"'"

# No delay for escape key press
set -sg escape-time 0
# Actually, 0 is bugged when using with WSL: https://github.com/microsoft/WSL/issues/5931
set -sg escape-time 10

set-option -g history-limit 9999999

Expand Down
1 change: 1 addition & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ zplug load
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(
ssh-agent
docker
terraform
docker-compose
Expand Down

0 comments on commit ad7844b

Please sign in to comment.