home: firefox: tridactyl: use more private editor
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bruno BELANYI 2023-02-19 14:10:14 +00:00
parent 5d42f55fc6
commit 75396c4c4c
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@ colorscheme dark
" Make tridactyl open Vim in my prefered terminal
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 {{{