From b6bbe5a01e5ea0a88865cfca6695ee7f60a75024 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 12 Feb 2023 16:53:18 +0000 Subject: [PATCH] home: firefox: tridactyl: move cursor in editor This means that the cursor in vim will be in the same position as the one in the input form. --- home/firefox/tridactyl/tridactylrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/firefox/tridactyl/tridactylrc b/home/firefox/tridactyl/tridactylrc index 711bf6f..4dbf7bb 100644 --- a/home/firefox/tridactyl/tridactylrc +++ b/home/firefox/tridactyl/tridactylrc @@ -6,7 +6,7 @@ colorscheme dark " Make tridactyl open Vim in my prefered terminal " FIXME: make it follow my prefered terminal -set editorcmd termite --class tridactyl_editor -e 'vim %f' +set editorcmd termite --class tridactyl_editor -e "vim %f '+normal!%lGzv%c|'" " }}} " Binds {{{