martanne / vis

A vi-like editor based on Plan 9's structural regular expressions
Other
4.19k stars 259 forks source link

File Navigation #1063

Closed bscuron closed 1 year ago

bscuron commented 1 year ago

This is not an issue with vis. I was wondering what is the best way to navigate between multiple files easily using vis. Currently, I am using tmux, creating a new tmux window, and using fzf, rg, and fd to navigate. If anyone has better recommendations, please let me know.

ninewise commented 1 year ago

I use skim (similar to fzf) and rg as well, but from within vis.

mcepl commented 1 year ago

There is open command, but mostly vis is very old fashioned in the style of “Unix is IDE” https://blog.sanctum.geek.nz/series/unix-as-ide/ .

bscuron commented 1 year ago

I use skim (similar to fzf) and rg as well, but from within vis.

Thank you for sharing your config. I appreciate the help.

bscuron commented 1 year ago

There is open command, but mostly vis is very old fashioned in the style of “Unix is IDE” https://blog.sanctum.geek.nz/series/unix-as-ide/ .

Thank you!