From 2b178e6cf373d6ec7b74cad61880d9b92f702b3a Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 14 Mar 2023 10:03:19 +0000 Subject: [PATCH] Add Shift-scroll for single-line scrolling --- vimrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vimrc b/vimrc index 753a136..3882fb6 100644 --- a/vimrc +++ b/vimrc @@ -49,6 +49,13 @@ nnoremap nnoremap gB :bprevious nnoremap gb :bnext +map +map +map +map +map 3 +map 3 + " Text wrapping and margin settings. Setting tw=72 is ideal for emails or " anything that will be read in a Terminal, while tw=100 is better for code or " for general text that will be viewed in a GUI. If printing, an A4-sized page