feat: adds M mapping in normal mode (#544)

This commit is contained in:
Hubert Pelczarski
2021-02-24 03:35:52 +01:00
committed by GitHub
parent 10627e889e
commit 67b0661537
4 changed files with 18 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ mappings.default_mappings = config.values.default_mappings or {
["j"] = actions.move_selection_next,
["k"] = actions.move_selection_previous,
["H"] = actions.move_to_top,
["M"] = actions.move_to_middle,
["L"] = actions.move_to_bottom,
["<Down>"] = actions.move_selection_next,