such as micro * or micro . or micro test1.go test2.go
I'm not sure what the behavior here should be. I think for micro . it should open a list of files, like vim's file explorer, but for micro * or micro test1.go test2.go, what should the behavior be?
a project tab bar with diff file names and ctrl+> ctrl+< to switch? i dont know :)
I love the idea of a vim-like file explorer :)
This has now been implemented in the form of tabs in commit 82c7994e68d6bffbf43b3d8e1c322dd14d88af70. I'll close this issue because it is about opening multiple files, and probably create a new one for the file explorer idea.
Most helpful comment
a project tab bar with diff file names and ctrl+> ctrl+< to switch? i dont know :)