implement paste

This commit is contained in:
Piotr Kocia 2025-04-05 00:28:59 +02:00
parent c1eee29fbe
commit 9f9c1e11e2
4 changed files with 130 additions and 110 deletions

View file

@ -105,6 +105,8 @@ 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_CLIPBOARD_PASTE,
BIND_ACTION_VIMODE_SEARCH_PRIMARY_PASTE,
BIND_ACTION_VIMODE_SEARCH_COUNT,
};