Skip to content

Commit 32834f2

Browse files
authored
🔀 Merge pull request #68 from davep/undupe-jump-to-document
Change the backup binding for jumping to the document
2 parents 47a65e1 + ea1c0be commit 32834f2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ChangeLog.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Hike ChangeLog
22

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+
312
## v0.8.0
413

514
**Released: 2025-03-31**

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, ctrl+r"
35+
BINDING_KEY = "ctrl+slash, ctrl+g"
3636

3737

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

0 commit comments

Comments
 (0)