diff options
Diffstat (limited to 'doc/05_FileNavigation.md')
-rw-r--r-- | doc/05_FileNavigation.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/05_FileNavigation.md b/doc/05_FileNavigation.md index e0749313..a1db0ed0 100644 --- a/doc/05_FileNavigation.md +++ b/doc/05_FileNavigation.md @@ -24,10 +24,10 @@ caret : `(`, `)`, `[`, `]`, `{`, and `}`. Pressing `Ctrl+M` (`^M` on Mac OSX | ## Bookmarks You can place bookmarks on lines in buffers to jump back to them later. -`Ctrl+F2` (`⌘F2` on Mac OSX | none in ncurses) toggles a bookmark on the current -line, `F2` jumps to the next bookmarked line, `Shift+F2` (`⇧F2` | none) jumps to -the previously bookmarked line, `Alt+F2` (`⌥F2` | none) jumps to the bookmark -selected from a list, and `Ctrl+Shift+F2` (`⌘⇧F2` | none) clears all bookmarks +`Ctrl+F2` (`⌘F2` on Mac OSX | `F1` in ncurses) toggles a bookmark on the current +line, `F2` jumps to the next bookmarked line, `Shift+F2` (`⇧F2` | `F3`) jumps to +the previously bookmarked line, `Alt+F2` (`⌥F2` | `F4`) jumps to the bookmark +selected from a list, and `Ctrl+Shift+F2` (`⌘⇧F2` | `F6`) clears all bookmarks in the current buffer. ## Goto Line |