We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47a65e1 + ea1c0be commit 32834f2Copy full SHA for 32834f2
ChangeLog.md
@@ -1,5 +1,14 @@
1
# Hike ChangeLog
2
3
+## Unreleased
4
+
5
+**Released: WiP**
6
7
+- Changed the alternative binding for jumping to the document to
8
+ <kbd>ctrl</kbd>+<kbd>g</kbd> (<kbd>ctrl</kbd>+<kbd>r</kbd> was already
9
+ used for reloading the document).
10
+ ([#68](https://github.com/davep/hike/pull/68))
11
12
## v0.8.0
13
14
**Released: 2025-03-31**
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, ctrl+r"
+ BINDING_KEY = "ctrl+slash, ctrl+g"
36
37
38
##############################################################################
0 commit comments