bew / dotfiles

All my dotfiles in one place!
43 stars 3 forks source link

Use small :cmdline abbreviation for some operations (TODO: need to find balance) #72

Open bew opened 3 years ago

bew commented 3 years ago

Plugin to help: https://github.com/Konfekt/vim-alias

Allows to make a cabbr of th to tab help for example, allowing to write :th<space> or :th<enter> and have it expanded 👍. Technically I can already do that with :cabbr th tab help, but the plugin enhances this, to support things like ranges, ...