diff kitten: Add keybindings to search without regex
This commit is contained in:
parent
73b870bb87
commit
3669d4135c
1 changed files with 2 additions and 0 deletions
|
|
@ -118,5 +118,7 @@ def syntax_aliases(raw):
|
|||
k('prev_match', ',', 'scroll_to prev-match', _('Scroll to previous search match'))
|
||||
k('next_match', '>', 'scroll_to next-match', _('Scroll to next search match'))
|
||||
k('prev_match', '<', 'scroll_to prev-match', _('Scroll to previous search match'))
|
||||
k('search_forward_simple', 'f', 'start_search substring forward', _('Search forward (no regex)'))
|
||||
k('search_backward_simple', 'b', 'start_search substring backward', _('Search backward (no regex)'))
|
||||
|
||||
type_map = {o.name: o.option_type for o in all_options.values() if hasattr(o, 'option_type')}
|
||||
|
|
|
|||
Loading…
Reference in a new issue