mirror of https://github.com/cheat/cheat.git
Merge branch 'emacs' of git://github.com/ndebuhr/cheat into ndebuhr-emacs
This commit is contained in:
commit
ed2ef113f0
|
@ -0,0 +1 @@
|
||||||
|
|
|
@ -4,9 +4,11 @@
|
||||||
Cut CTRL-w
|
Cut CTRL-w
|
||||||
Copy ALT-w
|
Copy ALT-w
|
||||||
Paste ("yank") CTRL-y
|
Paste ("yank") CTRL-y
|
||||||
|
Begin selection CTRL-SPACE
|
||||||
Search/Find CTRL-s
|
Search/Find CTRL-s
|
||||||
Replace ALT-% (ALT-SHIFT-5)
|
Replace ALT-% (ALT-SHIFT-5)
|
||||||
Save CTRL-x CTRL-s
|
Save CTRL-x CTRL-s
|
||||||
|
Save as CTRL-x CTRL-w
|
||||||
Load/Open CTRL-x CTRL-f
|
Load/Open CTRL-x CTRL-f
|
||||||
Undo CTRL-x u
|
Undo CTRL-x u
|
||||||
Highlight all text CTRL-x h
|
Highlight all text CTRL-x h
|
||||||
|
@ -23,8 +25,8 @@
|
||||||
Split screen horizontally with 24 column width CTRL-u 24 CTRL-x 3
|
Split screen horizontally with 24 column width CTRL-u 24 CTRL-x 3
|
||||||
Revert to single screen CTRL-x 1
|
Revert to single screen CTRL-x 1
|
||||||
Hide the current screen CTRL-x 0
|
Hide the current screen CTRL-x 0
|
||||||
Kill the current screen CTRL-x k
|
Move to the next screen CTRL-x o
|
||||||
Move to the next buffer CTRL-x O
|
Kill a buffer CTRL-x k
|
||||||
Select a buffer CTRL-x b
|
Select a buffer CTRL-x b
|
||||||
Run command in the scratch buffer CTRL-x CTRL-e
|
Run command in the scratch buffer CTRL-x CTRL-e
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue