Skip to content

Instantly share code, notes, and snippets.

@joparara
Created May 10, 2024 01:22
Show Gist options
  • Save joparara/1c0095ca331341fe31f75be6036e96bb to your computer and use it in GitHub Desktop.
Save joparara/1c0095ca331341fe31f75be6036e96bb to your computer and use it in GitHub Desktop.
what is v

depends on fzf-tmux and nvim being installed

alias v='fd --type f --hidden --exclude .git | fzf-tmux -p --reverse | xargs nvim'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment