summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2018-10-10 15:55:31 +0200
committerAlan Pearce2018-10-10 15:55:31 +0200
commita6208122d2a07b3272efaa81f11880febd82858f (patch)
tree4d909c44077c426bf65cad3968d80d7824d5d636 /emacs
parent9b3676b546d963920e026ffd707176900e9a045f (diff)
downloaddotfiles-a6208122d2a07b3272efaa81f11880febd82858f.tar.lz
dotfiles-a6208122d2a07b3272efaa81f11880febd82858f.tar.zst
dotfiles-a6208122d2a07b3272efaa81f11880febd82858f.zip
Emacs: add useful leader key sequences
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/main.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index e5d10f2..69093c4 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -2475,6 +2475,9 @@ Pass ARG to `comint-delchar-or-maybe-eof'."
               "dd" #'dired
               "fs" #'save-buffer
               "ff" #'find-file
+              "fw" #'write-file
+              "fd" #'crux-delete-buffer-and-file
+              "fr" #'crux-rename-buffer-and-file
               "gs" #'magit-status
               "gm" #'magit-dispatch-popup
               "gt" #'git-timemachine