Question for Vim users: how do you get used to hitting Esc very often? I know some switch Cap with Esc but still clunky.
Vim – Minimal Setup Explained
11–20 of 114 posts
Re: Vim – Minimal Setup Explained
#12Question for Vim users: how do you get used to hitting Esc very often? I know some switch Cap with Esc but still clunky.
imap jj Re: Vim – Minimal Setup Explained
#13Question for Vim users: how do you get used to hitting Esc very often? I know some switch Cap with Esc but still clunky.
Re: Vim – Minimal Setup Explained
#14Question for Vim users: how do you get used to hitting Esc very often? I know some switch Cap with Esc but still clunky.
Re: Vim – Minimal Setup Explained
#15Question for Vim users: how do you get used to hitting Esc very often? I know some switch Cap with Esc but still clunky.
(I use my Caps Lock as Backspace. Backspace near the top right is vastly less comfortable to reach than Escape in the top left.)
Re: Vim – Minimal Setup Explained
#16Question for Vim users: how do you get used to hitting Esc very often? I know some switch Cap with Esc but still clunky.
Once I found out CTRL-[ did the same thing I haven't hit ESC since.
Re: Vim – Minimal Setup Explained
#17You can either copy the settings you are interested in or source it entirely in your vimrc file:
source $VIMRUNTIME/defaults.vim
---Here's some more related resource links:
* stackoverflow: useful .vimrc tips - (https://stackoverflow.com/q/164847/4082052)
* vi.stackexchange: How do I debug my vimrc file? - (https://vi.stackexchange.com/q/2003/1616)
* vim-sensible - (https://github.com/tpope/vim-sensible)
* minimal vimrc for new users - (https://gist.github.com/benmccormick/4e4bc44d8135cfc43fc3)
* Vim Configuration From Scratch - (https://marcgg.com/blog/2016/03/01/vimrc-example)
* vimconfig: generate `.vimrc` by selecting options - (https://vimconfig.com/)
Re: Vim – Minimal Setup Explained
#18Question for Vim users: how do you get used to hitting Esc very often? I know some switch Cap with Esc but still clunky.
Re: Vim – Minimal Setup Explained
#19Re: Vim – Minimal Setup Explained
#20Question for Vim users: how do you get used to hitting Esc very often? I know some switch Cap with Esc but still clunky.