Skip to content

Commit

Permalink
bold
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickF1 committed Oct 19, 2020
1 parent 1038219 commit 633edf9
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,45 +17,46 @@ Use `fzf.fish` to find and output:

![file search][]

- Search input: the tree of files in the current directory
- Key binding: `Ctrl+f`
- Mnemonic: f for file
- Preview window: file with syntax highlighting, directory contents, or file type
- **Search input**: all files in the current directory, recursive
- **Key binding**: `Ctrl+f`
- **Mnemonic**: f for file
- **Preview window**: file with syntax highlighting, directory contents, or file type
- **Remarks**: Automatically ignores files that are also ignored by git

### Modified `paths`

![git status select][]

- Search input: the current repository's `git status`
- Key binding: `Ctrl+Alt+s`
- Mnemonic: s for status, Alt to prevent overriding `pager-toggle-search`
- Use `Tab` to multi-select
- **Search input**: the current repository's `git status`
- **Key binding**: `Ctrl+Alt+s`
- **Mnemonic**: s for status, Alt to prevent overriding `pager-toggle-search`
- **Remarks**: Use `Tab` to multi-select

### A `commit` hash

![git log search][]

- Search input: the current repository's formatted `git log`
- Key binding: `Ctrl+Alt+l`
- Mnemonic: l for log, Alt to prevent overriding clear screen
- Preview window: commit message and diff
- **Search input**: the current repository's formatted `git log`
- **Key binding**: `Ctrl+Alt+l`
- **Mnemonic**: l for log, Alt to prevent overriding clear screen
- **Preview window**: commit message and diff

### A previously run `command`

![command history search][]

- Search input: the command history from all interactive sessions of `fish`
- Key binding: `Ctrl+r`
- Mnemonic: r for reverse-i-search
- **Search input**: the command history from all interactive sessions of `fish`
- **Key binding**: `Ctrl+r`
- **Mnemonic**: r for reverse-i-search

### A `shell variable`

![shell variables search][]

- Search input: all the variable names of the environment, both local and exported
- Key binding: `Ctrl+v`
- Mnemonic: v for variable
- Preview window: the value of the variable if it was exported
- **Search input**: all the variable names of the environment, both local and exported
- **Key binding**: `Ctrl+v`
- **Mnemonic**: v for variable
- **Preview window**: the value of the variable if it was exported

_The prompt used in the screencasts was created using [IlanCosman/tide][]._

Expand Down

0 comments on commit 633edf9

Please sign in to comment.