From a707648019610a9c3f87db82f93eac8f3ab568de Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Mon, 28 Mar 2022 23:06:15 +0200 Subject: [PATCH] [nvim]: fix jk mapping when at the end of a line. --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index f897da6..52f3f7e 100644 --- a/.vimrc +++ b/.vimrc @@ -45,7 +45,7 @@ call plug#end() "Column guide :set colorcolumn=93 "Misc keymappings and configurations -:imap jk |"use jk for exiting insert mode +:imap jk :set tabstop=4 softtabstop=4 shiftwidth=4 expandtab smarttab autoindent "Nicer tab actions "Move aroung splits without the C-W prefix :nnoremap