feat(mappings): add horizontal scrolling to normal mode defaults
Co-authored-by: Ahmni Pang-Johnson <ahmnii@amazon.com>
This commit is contained in:
committed by
GitHub
parent
6213322ab5
commit
f336f8cfab
@@ -195,9 +195,13 @@ mappings.default_mappings = config.values.default_mappings
|
|||||||
|
|
||||||
["<C-u>"] = actions.preview_scrolling_up,
|
["<C-u>"] = actions.preview_scrolling_up,
|
||||||
["<C-d>"] = actions.preview_scrolling_down,
|
["<C-d>"] = actions.preview_scrolling_down,
|
||||||
|
["<C-f>"] = actions.preview_scrolling_left,
|
||||||
|
["<C-k>"] = actions.preview_scrolling_right,
|
||||||
|
|
||||||
["<PageUp>"] = actions.results_scrolling_up,
|
["<PageUp>"] = actions.results_scrolling_up,
|
||||||
["<PageDown>"] = actions.results_scrolling_down,
|
["<PageDown>"] = actions.results_scrolling_down,
|
||||||
|
["<M-f>"] = actions.results_scrolling_left,
|
||||||
|
["<M-k>"] = actions.results_scrolling_right,
|
||||||
|
|
||||||
["?"] = actions.which_key,
|
["?"] = actions.which_key,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user