Advertisement
absolute100

Untitled

Nov 20th, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. I want to add a bash-completion for vim to files in a specific path.
  2.  
  3. I have a path, e.g.,
  4.  
  5. ~/pg/abc.hh
  6. ~/pg/abc.h
  7.  
  8. when i type vim <TAB> i should get abc.hh, abc.h and the command vim abc.hh will open the file no matter what location I am currently in.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement