aboutsummaryrefslogtreecommitdiff
path: root/keybind.h
diff options
context:
space:
mode:
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);