From c62485eb3ea8e06833cfbb69e12c524e2b7787e8 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 13 Nov 2014 15:01:28 -0800 Subject: [PATCH] Some projectile emacs notes. --- emacs_notes.org | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/emacs_notes.org b/emacs_notes.org index d47452b4..25ff7168 100644 --- a/emacs_notes.org +++ b/emacs_notes.org @@ -1,15 +1,14 @@ Emacs Notes -*- mode: org -*- +* <2014-11-01 Sat> ** C-x z to repeat last command ** F3 to define macro F4 to use macro *** Great in combinatino with C-u ** C-x r (space to set register) (j to jump to register) *** This requires you to enter a number after words -*** This is SUPER SUPER useful - +*** Using the mark seems like a better option in most cases ** C-u to repeat a command *** Its multiplicative - ** set-goal-column C-x C-n ** C-x C-n ** M-- To do the opposite of a commands @@ -20,13 +19,13 @@ Emacs Notes -*- mode: org -*- ** M-m for moving to current indentation * <2014-11-05 Wed> - ** helm-show-kill-ring and helm-mark-ring and helm-global-mark-ring ** C-p s s to do helm-projectile-ag * <2014-11-10 Mon> - ** C-x c r to do helm-regex ** press tab in helm completion to get actions menu ** projectile-replace (basiclly find-name-dired, but will respect gitignores and automatically include appropriate files). ** M-r while in isearch-forward to toggle regexp mode +** C-c p r to replace in project. +** projectile-ibuffer is useful for killing buffers.