diff options
| -rw-r--r-- | lisp/emulation/viper-cmd.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el index 1ccb84c34bf..1f88554f3ce 100644 --- a/lisp/emulation/viper-cmd.el +++ b/lisp/emulation/viper-cmd.el | |||
| @@ -97,7 +97,7 @@ | |||
| 97 | (defconst viper-movement-commands '(?b ?B ?e ?E ?f ?F ?G ?h ?H ?j ?k ?l | 97 | (defconst viper-movement-commands '(?b ?B ?e ?E ?f ?F ?G ?h ?H ?j ?k ?l |
| 98 | ?H ?M ?L ?n ?t ?T ?w ?W ?$ ?% | 98 | ?H ?M ?L ?n ?t ?T ?w ?W ?$ ?% |
| 99 | ?^ ?( ?) ?- ?+ ?| ?{ ?} ?[ ?] ?' ?` | 99 | ?^ ?( ?) ?- ?+ ?| ?{ ?} ?[ ?] ?' ?` |
| 100 | ?; ?, ?0 ?? ?/ ?\C-m ?\ | 100 | ?\; ?, ?0 ?? ?/ ?\C-m ?\ |
| 101 | space return | 101 | space return |
| 102 | delete backspace | 102 | delete backspace |
| 103 | ) | 103 | ) |