From a6208122d2a07b3272efaa81f11880febd82858f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 10 Oct 2018 15:55:31 +0200 Subject: Emacs: add useful leader key sequences --- emacs/.emacs.d/main.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs/.emacs.d') 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 -- cgit 1.4.1