Dup Goto 📝

Leader-key

PT2/editor/vim/keys 07-31 13:46:47
To Pop
3 lines, 47 words, 391 chars Monday 2023-07-31 13:46:47

See this stackoverflow question and also Learn Vimscript the hard way

The key is mapped to \ by default. So if you have a map of t, you can execute it by default with +t. For more detail or re-assigning it using the mapleader variable, see