Skip to content

Commit c1298f4

Browse files
committed
Add an example for geeknote-move keybinding
1 parent c0d1ece commit c1298f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ your own keybindings for each command, like so:
137137
(global-set-key (kbd "C-c g f") 'geeknote-find)
138138
(global-set-key (kbd "C-c g s") 'geeknote-show)
139139
(global-set-key (kbd "C-c g r") 'geeknote-remove)
140+
(global-set-key (kbd "C-c g m") 'geeknote-move)
140141
```
141142

142143
## Alternatives/Inspiration

0 commit comments

Comments
 (0)