mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-27 01:40:16 -05:00
implement paste
This commit is contained in:
parent
c1eee29fbe
commit
9f9c1e11e2
4 changed files with 130 additions and 110 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue