Skip to content

Commit 9346c4e

Browse files
authored
🔀 Merge pull request #60 from davep/backup-document-jump
Add ctrl+r as a backup binding for jumping to the document
2 parents dfc778b + d9dd1b2 commit 9346c4e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ChangeLog.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
- Unpinned Textual. ([#50](https://github.com/davep/hike/pull/50))
88
- Added `local_start_location` to the configuration file.
9-
([#59](https://github.com/davep/hike/pull/59))
9+
([#59](https://github.com/davep/hike/pull/59))
10+
- Added <kbd>ctrl</kbd>+<kbd>r</kbd> as an alternative binding for jumping
11+
to the document. ([#60](https://github.com/davep/hike/pull/60))
1012

1113
## v0.7.0
1214

src/hike/commands/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class JumpToCommandLine(Command):
3232
class JumpToDocument(Command):
3333
"""Jump to the markdown document"""
3434

35-
BINDING_KEY = "ctrl+slash"
35+
BINDING_KEY = "ctrl+slash, ctrl+r"
3636

3737

3838
##############################################################################

0 commit comments

Comments
 (0)