1

I want to make :f do the same thing as :find so if I type :f abc.txt, it should run :find abc.txt.

I tried to do something like cmap f find but that just make any f into find

usama8800
  • 123
  • 3

1 Answers1

1

try this maybe:

cabbrev f find