diff options
| -rw-r--r-- | common/.vimfx/config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/.vimfx/config.js b/common/.vimfx/config.js index a750704..a4889cc 100644 --- a/common/.vimfx/config.js +++ b/common/.vimfx/config.js @@ -202,8 +202,8 @@ mappings = { ["f", "scroll_right"], ["n", "scroll_down"], ["p", "scroll_up"], - ["<space>", "scroll_page_down"], - ["<s-space> <backspace>", "scroll_page_up"], + ["<space> <c-v>", "scroll_page_down"], + ["<s-space> <backspace> <a-v>", "scroll_page_up"], ["} )", "scroll_half_page_down"], ["{ (", "scroll_half_page_up"], ["<lt> <a-lt>", "scroll_to_top"], |
