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.
This commit is contained in:
Bruno BELANYI 2023-02-12 16:53:18 +00:00
parent d25922ef15
commit b6bbe5a01e

View file

@ -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 {{{