-
-
Notifications
You must be signed in to change notification settings - Fork 100
Vim-like command mode #64
Copy link
Copy link
Open
Labels
effort: mediumSomething that can be done quickly with some effortSomething that can be done quickly with some effortenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
effort: mediumSomething that can be done quickly with some effortSomething that can be done quickly with some effortenhancementNew feature or requestNew feature or request
Is your feature request related to a problem? Please describe.
It would be particularly interesting to have a vim command-like mode on this thing to make it so users can run specific commands without necessarily having a keybinding tied to it
Describe the solution you'd like
Having it so if
:is pressed, open theCommandmode, it would probably work just like vim! You would be able to just use other features, like, for example, if a single-tab mode would be implemented you could have asingle-tab-togglecommand, or if binary diffing were to be implemented, you would be able typediff foo.elf bar.elfor whatever else. This probably could be implemented with nushell's reedline crate.