Set editorcmd for tridactyl

main
Ensar Sarajčić 2024-12-04 18:44:37 +01:00
parent 32472d00aa
commit bad27ed826
1 changed files with 2 additions and 0 deletions

View File

@ -12,3 +12,5 @@ command githubprexplore js let url = document.getElementById("clone-help-git-url
command githubexplorelocal js let url = document.location.href.replace(/https?:\/\//,"git@").replace("/",":").replace(/$/,".git"); tri.native.run("alacritty --command fish -c 'git-explore-local " + url + "'")
source ~/.config/tridactyl/tridactylrc.local
set editorcmd alacritty --command fish -c 'nvim %f'