Skip to content

Commit

Permalink
tweak(keybindings): butter bindings for sudo*
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jul 21, 2023
1 parent 5a21e6c commit 79fe849
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/me-keybindings.el
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
"f" '(nil :wk "file")
"fS" '(write-file :wk "Save as ...")
"fD" #'+delete-this-file
"fu" #'+sudo-find-file
"fU" #'+sudo-this-file
"fF" #'+sudo-find-file
"fu" #'+sudo-this-file
"fR" #'+move-this-file
"ff" #'find-file
"fs" #'save-buffer
Expand Down
4 changes: 2 additions & 2 deletions modules/me-extra.el
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
:init
(+map!
"fo" #'crux-open-with
"fU" #'crux-sudo-edit
"fD" #'crux-delete-file-and-buffer
"fu" #'crux-sudo-edit ; override `+sudo-this-file'
"fD" #'crux-delete-file-and-buffer ; override `+delete-this-file'
"fC" #'crux-copy-file-preserve-attributes
"id" #'crux-insert-date
"bo" #'crux-kill-other-buffers))
Expand Down

0 comments on commit 79fe849

Please sign in to comment.