From 866eb68d64aeb328677e9f77d336ad655a283690 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Tue, 5 Sep 2017 13:26:23 -0400 Subject: [PATCH] emacs cheatsheet Minor whitespace edits on the emacs cheatsheet. --- cheat/cheatsheets/emacs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cheat/cheatsheets/emacs b/cheat/cheatsheets/emacs index 0ceb0b4..b972943 100644 --- a/cheat/cheatsheets/emacs +++ b/cheat/cheatsheets/emacs @@ -8,7 +8,7 @@ Search/Find CTRL-s Replace ALT-% (ALT-SHIFT-5) Save CTRL-x CTRL-s - Save as CTRL-x CTRL-w + Save as CTRL-x CTRL-w Load/Open CTRL-x CTRL-f Undo CTRL-x u Highlight all text CTRL-x h @@ -25,8 +25,8 @@ Split screen horizontally with 24 column width CTRL-u 24 CTRL-x 3 Revert to single screen CTRL-x 1 Hide the current screen CTRL-x 0 - Move to the next screen CTRL-x o - Kill a buffer CTRL-x k + Move to the next screen CTRL-x o + Kill the current buffer CTRL-x k Select a buffer CTRL-x b Run command in the scratch buffer CTRL-x CTRL-e