Skip to content

Commit

Permalink
added mouse support to tmux for good highlighting with mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdinandkeller committed Oct 20, 2024
1 parent 8f1e798 commit 24aad0a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
# set -g @plugin '[email protected]:user/plugin'
# set -g @plugin '[email protected]:user/plugin'

# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
# Enable mouse mode
set -g mouse on # that way selection doesn't span across panes
set -s escape-time 0 # else escape takes 1s in neovim
# set -g default-terminal "xterm-256color"

# Set a default shell
set -g default-shell /bin/zsh
# set -g default-shell /bin/zsh

# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'

0 comments on commit 24aad0a

Please sign in to comment.