-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thoroughly document features and improve configuration section #48
Conversation
49a251f
to
1fdde5d
Compare
c49abc3
to
2da081f
Compare
12d6858
to
85aecbc
Compare
633edf9
to
558d7a2
Compare
@@ -156,7 +183,7 @@ Fzf optionally comes with its own [fish extension][]. It is substantial but `fzf | |||
[fisher]: https://github.com/jorgebucaran/fisher | |||
[fzf_default_opts]: https://github.com/junegunn/fzf#environment-variables | |||
[fzf]: https://github.com/junegunn/fzf | |||
[git log]: images/git_log.gif | |||
[git log search]: images/git_log.gif |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Realized all the other gif link names had an action verb at the end so make the git log link name follow suit.
@@ -67,13 +92,15 @@ If you are on certain distribution of Linux, you will need to alias `fdfind` to | |||
|
|||
### Using custom key bindings | |||
|
|||
Each function is assigned mnemonic key bindings by default (see screenshots above) in [conf.d/fzf.fish][]. However, if you would like to customize them, you can prevent the default key bindings from executing by setting `fzf_fish_custom_keybindings` as a [universal variable][]. You can do this by running | |||
If you would like to customize the key bindings, first, prevent the default key bindings from executing by setting `fzf_fish_custom_keybindings` as an [universal variable][]. You can do this with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now that the key bindings and their mnemonics are more prominent, don't need to reference them; assume the reader is already aware of them.
Improve feature explanations by creating a new section and describe the features in a methodical and thorough way, each with their own sub-section.
Additionally, improve explanations of configuration and troubleshooting.