From 2e0552b0cd8dac24a72f5aacd2474b4535854d4a Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Thu, 15 Sep 2022 17:33:37 +0200 Subject: [PATCH] [nvim] Rebind * to not jump to next occurence --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index ddbe4ed..f65fd6f 100644 --- a/.vimrc +++ b/.vimrc @@ -77,6 +77,8 @@ call plug#end() :imap jk :let mapleader = " " :set tabstop=4 softtabstop=4 shiftwidth=4 expandtab smarttab autoindent "Nicer tab actions +"Highlight without moving +:nnoremap * *`` "Move aroung splits without the C-W prefix :nnoremap :nnoremap