Skip to content

Commit d305a96

Browse files
committed
docs: improve seek keymap description
1 parent 530091d commit d305a96

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/configuration/keymap.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,13 @@ Go forward to the next directory.
128128

129129
### `seek` {#manager.seek}
130130

131+
Scroll the contents in the preview panel.
132+
131133
| Argument/Option | Description |
132-
| --------------- | ----------------------------------------------------------------------------------------------------------------- |
133-
| `[n]` | Seek up or down at file contents in the preview. Use negative values to peek up and positive values to peek down. |
134+
| --------------- | ---------------------------------------------------------------- |
135+
| `[n]` | Use negative values to seek up and positive values to seek down. |
136+
137+
Note that the default scroll keys are <kbd>Alt</kbd> + <kbd>j</kbd> and <kbd>Alt</kbd> + <kbd>k</kbd>, make sure your terminal supports <kbd>Alt</kbd> key combinations, or you can change them in your `keymap.toml`.
134138

135139
### `cd` {#manager.cd}
136140

0 commit comments

Comments
 (0)