From: Sergey Matveev Date: Thu, 11 Jun 2020 06:30:13 +0000 (+0300) Subject: No whitespace highlighting in P-[yY] in tmux X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=ec8f68fde041d6ae09a863d010a21468ddd81340 No whitespace highlighting in P-[yY] in tmux --- diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 629859a..2ba36e2 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -13,6 +13,7 @@ bind-key C-a send-prefix bind-key -n C-PgUp previous-window bind-key -n C-PgDn next-window bind-key -n S-PgUp copy-mode -u + bind '"' split-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}" @@ -31,7 +32,7 @@ set-window-option -g window-status-current-bg red set-window-option -g window-status-last-bg cyan bind-key u capture-pane -J \; save-buffer /tmp/tmux-buffer \; split-window 'urlview /tmp/tmux-buffer' \; delete-buffer -bind-key y capture-pane -J \; save-buffer /tmp/tmux-buffer \; split-window 'vim /tmp/tmux-buffer' \; delete-buffer -bind-key Y capture-pane -J -S - -E - \; save-buffer /tmp/tmux-buffer \; split-window 'vim /tmp/tmux-buffer' \; delete-buffer +bind-key y capture-pane -J \; save-buffer /tmp/tmux-buffer \; split-window 'vim -c "set listchars=" -c "match ExtraWhitespace //" /tmp/tmux-buffer' \; delete-buffer +bind-key Y capture-pane -J -S - -E - \; save-buffer /tmp/tmux-buffer \; split-window 'vim -c "set listchars=" -c "match ExtraWhitespace //" /tmp/tmux-buffer' \; delete-buffer bind-key b set-option status unbind-key L