Reputation: 11459
I know I can run the external programs like ls
, cat
with !
. I've been searching around how to create shortcuts to run all these programs as editor commands.
For example, instead of !ls
, I would like to create :lsf
. Is there any way to do in Vim ?
Upvotes: 1
Views: 186