From 7a3e52bb1d3250a1c0c9c5c37c6fb854055fbc58 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 16 Oct 2025 11:46:22 -0500 Subject: VimFX: Add C-v and M-v for scrolling --- common/.vimfx/config.js | 4 ++-- 1 file 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"], - ["", "scroll_page_down"], - [" ", "scroll_page_up"], + [" ", "scroll_page_down"], + [" ", "scroll_page_up"], ["} )", "scroll_half_page_down"], ["{ (", "scroll_half_page_up"], [" ", "scroll_to_top"], -- cgit v1.2.3