From 64863d46bc89b14375d451bb07ea588dc4c943c8 Mon Sep 17 00:00:00 2001 From: Roy-Orbison Date: Wed, 16 Dec 2020 13:26:26 +1030 Subject: [PATCH] Readme 'Command' improvements * Clarify that it's not the current file's directory by default. * Add to prevent overriding valuable f movement command. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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