We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfc778b + d9dd1b2 commit 9346c4eCopy full SHA for 9346c4e
ChangeLog.md
@@ -6,7 +6,9 @@
6
7
- Unpinned Textual. ([#50](https://github.com/davep/hike/pull/50))
8
- Added `local_start_location` to the configuration file.
9
- ([#59](https://github.com/davep/hike/pull/59))
+ ([#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))
12
13
## v0.7.0
14
src/hike/commands/main.py
@@ -32,7 +32,7 @@ class JumpToCommandLine(Command):
32
class JumpToDocument(Command):
33
"""Jump to the markdown document"""
34
35
- BINDING_KEY = "ctrl+slash"
+ BINDING_KEY = "ctrl+slash, ctrl+r"
36
37
38
##############################################################################
0 commit comments