aboutsummaryrefslogtreecommitdiff
path: root/vis-open
AgeCommit message (Collapse)AuthorFilesLines
2015-11-23vis: use file open dialog for all directoriesMarc André Tanner1-0/+1
2015-07-10vis: add a file open dialogMarc André Tanner1-0/+47
For this to work make sure you have vis-open and slmenu or dmenu somewhere in $PATH. For now the file dialog is shown for :open, :split and :vsplit when the argument is either . (a dot) or looks like a file pattern. For example :open *.[ch] will show a listing of all C source and header files in the current directory. Use a fuzzy search to make your choice.