From 0cc3e3acefc0ba2c4cbd929963c29fe3ae02d48a Mon Sep 17 00:00:00 2001 From: He4eT Date: Tue, 24 May 2022 18:38:29 +0300 Subject: [PATCH] vim: single letter mod markers --- root/.vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/.vimrc b/root/.vimrc index 545ee2a..0553325 100644 --- a/root/.vimrc +++ b/root/.vimrc @@ -64,8 +64,8 @@ \ 'i' : 'I', \ 'R' : 'R', \ 'v' : 'V', - \ 'V' : 'VL', - \ "\": 'VB', + \ 'V' : 'L', + \ "\": 'B', \ 'c' : 'C', \ 's' : 'S', \ 'S' : 'SL',