Skip to content

Instantly share code, notes, and snippets.

@terasakisatoshi
Last active July 8, 2024 07:34
Show Gist options
  • Save terasakisatoshi/125702564e1b7116151b153e6a50094d to your computer and use it in GitHub Desktop.
Save terasakisatoshi/125702564e1b7116151b153e6a50094d to your computer and use it in GitHub Desktop.
terasaki's tmux config
# Store in `~/.config/tmux/tmux.conf`
set -g prefix C-t
unbind C-b
set -g mouse on
bind-key -T edit-mode-vi WheelUpPane send-keys -X scroll-up
bind-key -T edit-mode-vi WheelDownPane send-keys -X scroll-down
@terasakisatoshi
Copy link
Author

下記に配置する.

~/.config/tmux/tmux.conf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment