From d982287f4144de38fb361200f41954a485239eb1 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 20 Oct 2016 16:30:33 +0200 Subject: [PATCH] Add some commands to mc execution --- .mc-lists.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.mc-lists.el b/.mc-lists.el index 2dd6b68..ff966e3 100644 --- a/.mc-lists.el +++ b/.mc-lists.el @@ -13,11 +13,15 @@ org-end-of-line org-kill-line org-self-insert-command + sp-backward-kill-word + sp-backward-delete-char + sp-delete-char )) (setq mc/cmds-to-run-once '( drag-stuff-right end-of-buffer + helm-M-x helm-find-files ))