aboutsummaryrefslogtreecommitdiff
path: root/keybind.h
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-11-05 20:15:24 -0500
committerJack Jamison <jackqjamison@gmail.com>2025-11-06 19:45:21 -0500
commit784f7000f29498e6c111afa78a53950989ee94b6 (patch)
tree8bf46ef56d4e4376227354c722c8c5bad0e6b4b3 /keybind.h
parenta5f6176f7ff33c0200a0686f4ba4ce264d578287 (diff)
more keybinds and fixes
Diffstat (limited to 'keybind.h')
-rw-r--r--keybind.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/keybind.h b/keybind.h
index abf8145..55c035a 100644
--- a/keybind.h
+++ b/keybind.h
@@ -15,8 +15,11 @@ key_repeat_t submit_line(client_state* state);
// options
key_repeat_t select_next(client_state* state);
key_repeat_t select_previous(client_state* state);
-// select first
-// select last
+key_repeat_t select_first(client_state* state);
+key_repeat_t select_last(client_state* state);
+
+key_repeat_t forward_char_or_select_next(client_state* state);
+key_repeat_t backward_char_or_select_previous(client_state* state);
// input
key_repeat_t insert_selected(client_state* state);