home: firefox: tridactyl: use preferred terminal
Thankfully, alacritty and termite both use the same command line arguments for this. If I ever want to use another one, I might have to make the logic a bit more robust.
This commit is contained in:
parent
4f883b0198
commit
e8a46ae248
2 changed files with 14 additions and 4 deletions
|
|
@ -5,8 +5,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 '+normal!%lGzv%c|'"
|
||||
set editorcmd @editorcmd@
|
||||
" }}}
|
||||
|
||||
" Binds {{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue