mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-06 07:15:30 -04:00
implement search
This commit is contained in:
parent
e2c4ea3535
commit
67120e9940
5 changed files with 262 additions and 156 deletions
|
|
@ -79,7 +79,8 @@ enum bind_action_vimode {
|
|||
BIND_ACTION_VIMODE_FIRST_LINE,
|
||||
BIND_ACTION_VIMODE_LAST_LINE,
|
||||
BIND_ACTION_VIMODE_CANCEL,
|
||||
BIND_ACTION_VIMODE_START_SEARCH,
|
||||
BIND_ACTION_VIMODE_START_SEARCH_FORWARD,
|
||||
BIND_ACTION_VIMODE_START_SEARCH_BACKWARD,
|
||||
BIND_ACTION_VIMODE_FIND_NEXT,
|
||||
BIND_ACTION_VIMODE_FIND_PREV,
|
||||
BIND_ACTION_VIMODE_ENTER_VISUAL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue