Update documentation

This commit is contained in:
Dheepak Krishnamurthy 2021-04-30 14:05:26 -06:00
parent bd19a45a20
commit 887d1b5623
2 changed files with 4 additions and 4 deletions

View file

@ -97,9 +97,9 @@ Keybindings for filter / command prompt:
Down: scroll history - Go forward in history matching from beginning of line to cursor
TAB: tab complete - Open tab completion and selection first element OR cycle to next element
TAB | Ctrl + n: tab complete - Open tab completion and selection first element OR cycle to next element
BACKTAB: tab complete - Cycle to previous element
BACKTAB | Ctrl + p: tab complete - Cycle to previous element
Keybindings for context switcher:

View file

@ -176,10 +176,10 @@ Keybindings for filter / command prompt:
`Down`
: scroll history - Go forward in history matching from beginning of line to cursor
`TAB`
`TAB | Ctrl + n`
: tab complete - Open tab completion and selection first element OR cycle to next element
`BACKTAB`
`BACKTAB | Ctrl + p`
: tab complete - Cycle to previous element