diff --git a/symlinks/config/tridactyl/tridactylrc b/symlinks/config/tridactyl/tridactylrc index c53271c..cadc342 100644 --- a/symlinks/config/tridactyl/tridactylrc +++ b/symlinks/config/tridactyl/tridactylrc @@ -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'