Skip to content

Commit

Permalink
docs(keybindings): comment commands that are overwritten elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 12, 2023
1 parent 88b7e3e commit 8c6e4d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/me-keybindings.el
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
"fS" '(write-file :wk "Save as ...")
"fd" #'+delete-this-file
"fD" #'+delete-this-file-and-buffer
"fF" #'+sudo-find-file
"fu" #'+sudo-this-file
"fF" #'+sudo-find-file ; will be overriten with `sudo-edit-find-file'
"fu" #'+sudo-this-file ; will be overriten with `sudo-edit'
"fR" #'+move-this-file
"ff" #'find-file
"fs" #'save-buffer
Expand Down

0 comments on commit 8c6e4d1

Please sign in to comment.