|
|
@@ -23,7 +23,7 @@ void keybind_insert_newline(struct app *app, enum keybind_dir dir);
|
|
|
|
|
|
void keybind_toggle_fps(struct app *app, enum keybind_dir dir);
|
|
|
|
|
|
-void keybind_mv_cur_end_buffer(struct app *app, enum keybind_dir dir);
|
|
|
+void keybind_mv_cur_edg_buffer(struct app *app, enum keybind_dir dir);
|
|
|
void keybind_insert_last_pressed_key(struct app *app, enum keybind_dir dir);
|
|
|
|
|
|
#if defined(KEYBIND_IMP) || defined(IMP)
|
|
|
@@ -236,7 +236,7 @@ keybind_toggle_fps(struct app *app, enum keybind_dir dir)
|
|
|
}
|
|
|
|
|
|
void
|
|
|
-keybind_mv_cur_end_buffer(struct app *app, enum keybind_dir dir)
|
|
|
+keybind_mv_cur_edg_buffer(struct app *app, enum keybind_dir dir)
|
|
|
{
|
|
|
switch ( dir ) {
|
|
|
case DIR_FORWARD: {
|