home: firefox: tridactyl: use more private editor
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5d42f55fc6
commit
75396c4c4c
|
@ -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 {{{
|
||||||
|
|
Loading…
Reference in a new issue