Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Readme 'Command' improvements #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -41,8 +41,8 @@ Then run `:PlugUpdate`
### Easy hotkey

```vim
" Open fff on press of 'f'
nnoremap f :F<CR>
" Open fff on press of Leader then 'f', where Leader is '\' by default
nnoremap <silent> <Leader>f :F<CR>
```

## Customization
Expand Down