home: firefox: tridactyl: use more private editor
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2023-02-19 14:10:14 +00:00
parent 5d42f55fc6
commit 75396c4c4c

View file

@ -6,6 +6,11 @@ colorscheme dark
" Make tridactyl open Vim in my prefered terminal " Make tridactyl open Vim in my prefered terminal
set editorcmd @editorcmd@ set editorcmd @editorcmd@
" Remove editor file after use
alias editor_rm composite editor | jsb -p tri.native.run(`rm -f '${JS_ARG[0]}'`)
bind --mode=insert <C-i> editor_rm
bind --mode=input <C-i> editor_rm
" }}} " }}}
" Binds {{{ " Binds {{{