diff 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
line wrap: on
line diff
--- 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'"