remove comment

This commit is contained in:
mmmsalmon
2025-08-04 06:21:30 +09:00
committed by Jari Sundell
parent 25448320aa
commit 9ac43c2b40
+1 -1
View File
@@ -39,7 +39,7 @@ static const int emacs_keymap[RT_KEYMAP_MAX] = {
'A' - '@',
'E' - '@',
'L',
'D' - '@' // could be null instead to avoid confusion
'D' - '@'
};
static const int vi_keymap[RT_KEYMAP_MAX] = {