You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have feature requests which would be a lot of work, but much desirable.
Two other Rust projects which implement a tiling window system in the terminal are zellij, a terminal multiplexer, and helix, a vim-inspired text editor. I think these projects are good inspiration for how to achieve beginner-friendliness in a keyboard-driven application.
Here is a screenshot showing helix in zellij:
Feature request: Common hotkey hints in bottom bar
Add a bar at the bottom (or top) which shows status and/or commonly used hotkey combinations. These combinations should be context-dependent, meaning the hotkey combinations shown are relevant to whichever pane is currently focused.
Feature request: Autocompletion of commands
Show a list of valid commands and command parameters after :, and a description of the currently typed command.
Feature request: Key combination hints
For vim keybinds which require multiple keys to be pressed, show a popup menu of valid second key press options.
The text was updated successfully, but these errors were encountered:
Also worth mentioning that zellij and helix have good mouse support... though IMO if someone wanted mouse support they'd use Element instead of iamb...
I have feature requests which would be a lot of work, but much desirable.
Two other Rust projects which implement a tiling window system in the terminal are zellij, a terminal multiplexer, and helix, a vim-inspired text editor. I think these projects are good inspiration for how to achieve beginner-friendliness in a keyboard-driven application.
Here is a screenshot showing helix in zellij:
Feature request: Common hotkey hints in bottom bar
Add a bar at the bottom (or top) which shows status and/or commonly used hotkey combinations. These combinations should be context-dependent, meaning the hotkey combinations shown are relevant to whichever pane is currently focused.
Feature request: Autocompletion of commands
Show a list of valid commands and command parameters after
:
, and a description of the currently typed command.Feature request: Key combination hints
For vim keybinds which require multiple keys to be pressed, show a popup menu of valid second key press options.
The text was updated successfully, but these errors were encountered: