add note about unhandled keys in normal mode
This commit is contained in:
@@ -265,9 +265,14 @@ struct
|
|||||||
NormalFinish.resizeText (app, width, height)
|
NormalFinish.resizeText (app, width, height)
|
||||||
| WITH_SEARCH_LIST searchList =>
|
| WITH_SEARCH_LIST searchList =>
|
||||||
NormalFinish.withSearchList (app, searchList)
|
NormalFinish.withSearchList (app, searchList)
|
||||||
|
|
||||||
|
(* Don't need to handle these keys in normal mode.
|
||||||
|
* Everything that is possible through them in Vi and Vim
|
||||||
|
* is also possible through other keys,
|
||||||
|
* and it is better to use those othe keys to encourage
|
||||||
|
* staying on the home row. *)
|
||||||
| KEY_ENTER => app
|
| KEY_ENTER => app
|
||||||
| KEY_BACKSPACE => app
|
| KEY_BACKSPACE => app
|
||||||
(* todo *)
|
|
||||||
| ARROW_RIGHT => app
|
| ARROW_RIGHT => app
|
||||||
| ARROW_LEFT => app
|
| ARROW_LEFT => app
|
||||||
| ARROW_UP => app
|
| ARROW_UP => app
|
||||||
|
|||||||
Reference in New Issue
Block a user