Skip to content

Commit 3feb6ef

Browse files
committed
Merge branch 'clarify_keybindings_scope'
* clarify_keybindings_scope: chore(CHANGELOG): Clarify that keybindings are for `telescope`
2 parents e706bbe + 3402946 commit 3feb6ef

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111

1212
- Add `Lazy.nvim` plugin manager
13-
- `<LEADER>ff` - Find files in current working directory
14-
- `<LEADER>fs` - Find string in current working directory
15-
- `<LEADER>fc` - Find string under cursor in current working directory
16-
- `<LEADER>fb` - Fuzzy find open buffers
17-
- `<LEADER>fk` - Fuzzy find keybindings
18-
- In `telescope`, `Ctrl+J` - Go to next selection
19-
- In `telescope`, `Ctrl+K` - Go to previous selection
13+
- `<LEADER>ff` - Find files in current working directory using `telescope`
14+
- `<LEADER>fs` - Find string in current working directory using `telescope`
15+
- `<LEADER>fc` - Find string under cursor in current working directory using `telescope`
16+
- `<LEADER>fb` - Fuzzy find open buffers using `telescope`
17+
- `<LEADER>fk` - Fuzzy find keybindings using `telescope`
18+
- In `telescope` window, `Ctrl+J` - Go to next selection
19+
- In `telescope` window, `Ctrl+K` - Go to previous selection
2020
- Add mention `telescope-fzf-native` build dependency in README.md
2121

2222
### Tests

0 commit comments

Comments
 (0)