Skip to content

Instantly share code, notes, and snippets.

@wjkoh
Last active October 20, 2023 08:27
Show Gist options
  • Save wjkoh/c6f6276979ab4dbbb161dc3311c91afc to your computer and use it in GitHub Desktop.
Save wjkoh/c6f6276979ab4dbbb161dc3311c91afc to your computer and use it in GitHub Desktop.
Fish: Set NeoVim as your default editor
#!/usr/bin/env fish
# This will allow LazyGit and Ranger to use NeoVim as their editor.
set -Ux EDITOR nvim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment