comparison dot_tmux.conf @ 565:697909624a17

Map quickfix edit on s (e is too useful in vi mode)
author Zeger Van de Vannet <zegervdv@me.com>
date Thu, 24 Feb 2022 17:18:48 +0100
parents b251d808fa04
children 91d89b637bd6
comparison
equal deleted inserted replaced
564:b251d808fa04 565:697909624a17
182 send -X cursor-right 182 send -X cursor-right
183 send -X stop-selection 183 send -X stop-selection
184 } 184 }
185 } 185 }
186 186
187 bind-key -T copy-mode-vi 'e' send -X copy-pipe-and-cancel "cat > /tmp/error.txt && tmux new-window -n 'quickfix' -c \"#{pane_current_path}\" 'nvim -q /tmp/error.txt && rm -f /tmp/error.txt'" 187 bind-key -T copy-mode-vi 's' send -X copy-pipe-and-cancel "cat > /tmp/error.txt && tmux new-window -n 'quickfix' -c \"#{pane_current_path}\" 'nvim -q /tmp/error.txt && rm -f /tmp/error.txt'"