Skip to content

Commit

Permalink
tmux: Update tmux.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
lindhe committed Aug 12, 2024
1 parent d621c41 commit c8240a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .config/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'catppuccin/tmux'
set -g @plugin 'nhdaly/tmux-better-mouse-mode'

########################### Usability fixes ###########################
# Reasonable scroll, etc.
# Configure sane mouse integration
set-option -g mouse on
set-option -g @emulate-scroll-for-no-mouse-alternate-buffer on

# Set default shell
set-option -g default-shell /usr/bin/zsh

# Use Vim key bindings for copying
Expand Down

0 comments on commit c8240a0

Please sign in to comment.