# HG changeset patch # User Zeger Van de Vannet # Date 1645719528 -3600 # Node ID 697909624a17af5c8518a5bb3b1d973855b5d366 # Parent b251d808fa04985a5e91c8db7f7741f4f17c222c Map quickfix edit on s (e is too useful in vi mode) diff -r b251d808fa04 -r 697909624a17 dot_tmux.conf --- a/dot_tmux.conf Sat Feb 19 16:38:21 2022 +0100 +++ b/dot_tmux.conf Thu Feb 24 17:18:48 2022 +0100 @@ -184,4 +184,4 @@ } } -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'" +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'"