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
when using the '/' search feature, i found it very clunky to have to use 'up' and 'down' to scroll through search history. after checking out the source in helix-term/src/ui/prompt.rs :: impl Component for Prompt i found a few hard-coded keybindings. i'd like to make these keybindings configurable.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
when using the '/' search feature, i found it very clunky to have to use 'up' and 'down' to scroll through search history. after checking out the source in
helix-term/src/ui/prompt.rs :: impl Component for Prompt
i found a few hard-coded keybindings. i'd like to make these keybindings configurable.Beta Was this translation helpful? Give feedback.
All reactions