feat(defaults): map Y to y$ #13268

rationale:
- consistent with D and Y
- long recommended by Vim's own ":help Y"

close #13268
close #416
ref #6289
This commit is contained in:
Matthieu Coudron
2021-08-16 06:24:59 +02:00
committed by GitHub
parent aa07d06bf4
commit 5a111c1b02
8 changed files with 26 additions and 6 deletions

View File

@@ -314,6 +314,9 @@ int main(int argc, char **argv)
init_highlight(true, false); // Default highlight groups.
TIME_MSG("init highlight");
init_default_mappings(); // Default mappings.
TIME_MSG("init default mappings");
// Set the break level after the terminal is initialized.
debug_break_level = params.use_debug_break_level;