From 4fe2ba1fa848c919ef3124eef8916a4d5b63c396 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sat, 18 Jan 2025 01:28:34 +0100 Subject: [PATCH] move vimrc in insert --- .vimrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.vimrc b/.vimrc index ec3aed4..de3e877 100644 --- a/.vimrc +++ b/.vimrc @@ -129,3 +129,12 @@ nnoremap zN [s " same as above but only with bad words (unrecognized) nnoremap Zn ]S nnoremap ZN [S + +" how to move in insert +vnoremap y "+y +nnoremap Y "+Y +nnoremap y "+y +nnoremap yy "+yy + +" back to normal mode with jk in insert +imap jk