File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
### Added
11
11
12
12
- 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
20
20
- Add mention ` telescope-fzf-native ` build dependency in README.md
21
21
22
22
### Tests
You can’t perform that action at this time.
0 commit comments