docs: Add close mappings

This commit is contained in:
rockerBOO
2020-09-12 16:38:09 -04:00
parent 2429e62562
commit bf0b9ef555

View File

@@ -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.