From 97d5a2150acf885cdd0e898b39ae7b10f191ff0a Mon Sep 17 00:00:00 2001 From: Daniel Bowring Date: Wed, 30 Apr 2025 01:16:11 +1000 Subject: [PATCH] Add goto_column to goto section of book --- book/src/keymap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/book/src/keymap.md b/book/src/keymap.md index 2797eaee2..be7085351 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -213,6 +213,7 @@ Jumps to various locations. | Key | Description | Command | | ----- | ----------- | ------- | | `g` | Go to line number `` else start of file | `goto_file_start` | +| | | Go to column number `` else start of line | `goto_column` | | `e` | Go to the end of the file | `goto_last_line` | | `f` | Go to files in the selections | `goto_file` | | `h` | Go to the start of the line | `goto_line_start` |