We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72d35e6 + 61a4bc4 commit 3dc3098Copy full SHA for 3dc3098
README.md
@@ -23,9 +23,9 @@ Call it from `minibuffer` directly,
23
```
24
M-x goto-line-preview
25
26
-Or you can just bind to any key you want.
+Or you can bind it globally to replace `goto-line`:
27
```el
28
-(define-key global-map (kbd "M-g") #'goto-line-preview)
+(global-set-key [remap goto-line] 'goto-line-preview)
29
30
31
0 commit comments