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:
parent
d25922ef15
commit
b6bbe5a01e
|
@ -6,7 +6,7 @@ colorscheme dark
|
||||||
|
|
||||||
" Make tridactyl open Vim in my prefered terminal
|
" Make tridactyl open Vim in my prefered terminal
|
||||||
" FIXME: make it follow 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 {{{
|
" Binds {{{
|
||||||
|
|
Loading…
Reference in a new issue