docs: Add close mappings
This commit is contained in:
@@ -135,13 +135,15 @@ Mappings are fully customizable. Many familiar mapping patterns are setup as def
|
|||||||
```
|
```
|
||||||
<C-n> <C-p> next | previous
|
<C-n> <C-p> next | previous
|
||||||
<Down> <Up> next | previous
|
<Down> <Up> next | previous
|
||||||
|
j k next | previous (in normal mode)
|
||||||
<CR> go to file selection
|
<CR> go to file selection
|
||||||
|
|
||||||
<C-x> go to file selection as a split
|
<C-x> go to file selection as a split
|
||||||
<C-v> go to file selection as a vertical split
|
<C-v> go to file selection as a vertical split
|
||||||
<C-t> go to a file in a new tab
|
<C-t> go to a file in a new tab
|
||||||
|
|
||||||
j k next | previous (in normal mode)
|
<C-c> close telescope
|
||||||
|
<Esc> close telescope (in normal mode)
|
||||||
```
|
```
|
||||||
|
|
||||||
Attaching your own mappings is possible and additional information will come soon.
|
Attaching your own mappings is possible and additional information will come soon.
|
||||||
|
|||||||
Reference in New Issue
Block a user