Created
May 4, 2017 12:23
-
-
Save fgrsnau/3dc371ea37d2b19e731f7d9aa8c397b1 to your computer and use it in GitHub Desktop.
dmenu fuzzy files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function! FuzzyFile() | |
let g:FuzzyFileLast=system('dmenu_find') | |
execute ':e ' . g:FuzzyFileLast | |
endfunction | |
command FuzzyFile call FuzzyFile() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment