Skip to content

Commit

Permalink
tmux copymode v copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyuga-Tsukui committed Apr 20, 2024
1 parent 13454ee commit 72246e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dot_config/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ set -g base-index 1
setw -g window-status-current-format '#[bg=colour2,fg=colour255] #I #W '
setw -g window-status-format '#[fg=colour242] #I #W '

# set-option -g status-position top

# prefixモードのときにwindow-statusの色を変える
setw -g window-status-current-format '#[bg=colour2,fg=colour255]#{?client_prefix,#[bg=colour3],} #I #W '

Expand All @@ -51,3 +49,5 @@ bind-key -T edit-mode-vi WheelDownPane send-keys -X scroll-down

# mode on copy
set-window-option -g mode-keys vi

bind -T copy-mode-vi v send -X begin-selection

0 comments on commit 72246e3

Please sign in to comment.