diff --git a/README.md b/README.md index 715e91e..8a699b4 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Then run `:PlugUpdate` ### Command ```vim -" Open in current directory. +" Open in Vim's current working directory. :F " Open in ~/dotfiles (or other path) @@ -41,8 +41,8 @@ Then run `:PlugUpdate` ### Easy hotkey ```vim -" Open fff on press of 'f' -nnoremap f :F +" Open fff on press of Leader then 'f', where Leader is '\' by default +nnoremap f :F ``` ## Customization