Vim References
Leader is an awesome idea. It allows for executing actions by key sequences instead of key combinations. Because Iām using it, I rarely need to press Ctrl-something combo to make things work. For long time I used , as my Leader key. Then, I realized I can map it to the most prominent key on my keyboard. Space. let mapleader = ā<Space>ā This turned my Vim life upside down. Now I can press Leader with both of my thumbs, and my fingers are always on home row. Leader became so easy to use I began to notoriously use it in various keybindings.