add unicode-input to search

This commit is contained in:
Piotr Kocia 2025-04-05 00:47:19 +02:00
parent 9f9c1e11e2
commit 7b3d7bf1f1
3 changed files with 6 additions and 3 deletions

View file

@ -105,6 +105,7 @@ enum bind_action_vimode_search {
BIND_ACTION_VIMODE_SEARCH_DELETE_PREV_CHAR,
BIND_ACTION_VIMODE_SEARCH_LEFT,
BIND_ACTION_VIMODE_SEARCH_RIGHT,
BIND_ACTION_VIMODE_SEARCH_UNICODE_INPUT,
BIND_ACTION_VIMODE_SEARCH_CLIPBOARD_PASTE,
BIND_ACTION_VIMODE_SEARCH_PRIMARY_PASTE,