Daniel Liu
Daniel Liu
I extracted a couple of config options into a config.h file. Keybindings is now an array that users can specify any number of keys to trigger the event. Configuring colors...
It would be great to expose a config.h header or something of the sort to allow for customizing colors and keybindings and the such instead of directly modifying the c...
## What would you like to see added? Currently if plugins would like to add aliases or keybindings during the init process, they would have to replace all the existing...
Currently if a hook returns an error the entire hook run process is aborted and an error is propogated out. We should maybe define multiple failure modes like 'best effort'...
## mux - #366 - #382 - #402 - #432
In this pre-release we will like to make our default shell more feature complete - enough so that it is seamless for users to switch to shrs as daily driver...
## What would you like to see added? It is currently not possible to insert individual keybindings after the initial `DefaultKeybinding` struct has been created. Add runtime support to insert...
## What would you like to see added?
## What would you like to see added? the tab completion menu is hardcoded to output 10 entries. first should add configuration to adjust how many are shown, and should...
## What would you like to see added? Part of #96 Support `f` family of keybindings in vi mode implementation. These keys take in a character and will seek to...