vim: my bad

This commit is contained in:
2025-06-20 18:38:48 +08:00
parent 5ffcb2c3a0
commit 714c2de69b

2
vimrc
View File

@ -217,6 +217,8 @@ endif
" Guess what? Despite Neovim being smart enough to distinguish " Guess what? Despite Neovim being smart enough to distinguish
" <Ctrl-I> from <Tab>, it treats <Ctrl-I> as <Tab> anyways if " <Ctrl-I> from <Tab>, it treats <Ctrl-I> as <Tab> anyways if
" you have a normal mode mapping for <Tab>. Screw me I guess. " you have a normal mode mapping for <Tab>. Screw me I guess.
" Edit: My bad - Please refer to :h <Tab> or :h CTRL-I. Maybe
" learn to read sometime this century.
" "
" https://vi.stackexchange.com/a/46704 " https://vi.stackexchange.com/a/46704
" https://github.com/neovim/neovim/pull/17932 " https://github.com/neovim/neovim/pull/17932