From 714c2de69b06df5331690d165bc2e9259677564a Mon Sep 17 00:00:00 2001 From: Edgaru089 Date: Fri, 20 Jun 2025 18:38:48 +0800 Subject: [PATCH] vim: my bad --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index cae27af..f6a6281 100644 --- a/vimrc +++ b/vimrc @@ -217,6 +217,8 @@ endif " Guess what? Despite Neovim being smart enough to distinguish " from , it treats as anyways if " you have a normal mode mapping for . Screw me I guess. +" Edit: My bad - Please refer to :h or :h CTRL-I. Maybe +" learn to read sometime this century. " " https://vi.stackexchange.com/a/46704 " https://github.com/neovim/neovim/pull/17932