leetcode-tui icon indicating copy to clipboard operation
leetcode-tui copied to clipboard

how to change the default editor?

Open bhishekprajapati opened this issue 7 months ago • 1 comments

Currently, on pressing e it opens vscode. I want to open nvim. can this be configured by config.toml?

bhishekprajapati avatar Jul 07 '25 04:07 bhishekprajapati

I believe the default editor is based off your $EDITOR variable. I was able to changing this in my .bashrc file so that it would run automatically.

huiiy avatar Aug 24 '25 04:08 huiiy