diff --git a/docs/keybindings.md b/docs/keybindings.md index 2b63282..71220b6 100644 --- a/docs/keybindings.md +++ b/docs/keybindings.md @@ -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: diff --git a/docs/taskwarrior-tui.1.md b/docs/taskwarrior-tui.1.md index b044cf5..aa9fadb 100644 --- a/docs/taskwarrior-tui.1.md +++ b/docs/taskwarrior-tui.1.md @@ -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