From 7716827dfc6ae5662743375683ea093205d5ac58 Mon Sep 17 00:00:00 2001 From: Neal DeBuhr Date: Sun, 12 Mar 2017 10:19:47 -0400 Subject: [PATCH] Minor fixes and additions to emacs --- #git add [FILES] # see option below for other options# | 1 + cheat/cheatsheets/emacs | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 #git add [FILES] # see option below for other options# diff --git a/#git add [FILES] # see option below for other options# b/#git add [FILES] # see option below for other options# new file mode 100644 index 0000000..c96ab3c --- /dev/null +++ b/#git add [FILES] # see option below for other options# @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cheat/cheatsheets/emacs b/cheat/cheatsheets/emacs index 4201c0a..494f13f 100644 --- a/cheat/cheatsheets/emacs +++ b/cheat/cheatsheets/emacs @@ -4,9 +4,11 @@ Cut CTRL-w Copy ALT-w Paste ("yank") CTRL-y + Begin selection CTRL-SPACE Search/Find CTRL-s Replace ALT-% (ALT-SHIFT-5) Save CTRL-x CTRL-s + Save as CTRL-x CTRL-w Load/Open CTRL-x CTRL-f Undo CTRL-x u Highlight all text CTRL-x h @@ -23,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 - Kill the current screen CTRL-x k - Move to the next buffer CTRL-x O + Move to the next screen CTRL-x o + Kill a buffer CTRL-x k Select a buffer CTRL-x b Run command in the scratch buffer CTRL-x CTRL-e