Size: 223
Comment:
|
Size: 1002
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
==Keyboard shortcuts== | == Keyboard shortcuts == |
Line 7: | Line 7: |
||Open file || Ctrl+x Ctrl+f|| || Select || Shift + cursor keys|| || Select || Ctrl+space and cursor keys || |
|
Line 8: | Line 11: |
|| Cut || Ctrl+w || | |
Line 9: | Line 13: |
|| Cut || Ctrl+w || || Select || Shift and cursor keys|| |
|| Save || Ctrl+x Ctrl+s || || Previous buffer || Ctrl+x left cursor || || Next buffer || Ctrl+x right cursor || || Quit || Ctrl+x Ctrl+c || == Zenburn == https://github.com/bbatsov/zenburn-emacs Download zenburn-theme.el to the directory ~/.emacs.d/themes/. [[attachment:zenburn-theme.el]] Add this to your .emacs: {{{ (add-to-list 'custom-theme-load-path "~/.emacs.d/themes/") }}} * cd /tmp * git clone https://github.com/bbatsov/zenburn-emacs.git * cd zenburn-emacs * mkdir -p ~/.emacs.d/themes/ * cp zenburn-theme.el ~/.emacs.d/themes/ * echo "(add-to-list 'custom-theme-load-path \"~/.emacs.d/themes/\")" >> ~/.emacs * echo "(load-theme 'zenburn)" >> ~/.emacs |
Emacs
GNU Emacs is an extensible, customizable text editor
Keyboard shortcuts
Command |
Shortcut |
Open file |
Ctrl+x Ctrl+f |
Select |
Shift + cursor keys |
Select |
Ctrl+space and cursor keys |
Copy |
Alt+w |
Cut |
Ctrl+w |
Paste |
Ctrl+y |
Save |
Ctrl+x Ctrl+s |
Previous buffer |
Ctrl+x left cursor |
Next buffer |
Ctrl+x right cursor |
Quit |
Ctrl+x Ctrl+c |
Zenburn
https://github.com/bbatsov/zenburn-emacs
Download zenburn-theme.el to the directory ~/.emacs.d/themes/.
Add this to your .emacs:
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
- cd /tmp
- cd zenburn-emacs
- mkdir -p ~/.emacs.d/themes/
- cp zenburn-theme.el ~/.emacs.d/themes/
echo "(add-to-list 'custom-theme-load-path \"~/.emacs.d/themes/\")" >> ~/.emacs
echo "(load-theme 'zenburn)" >> ~/.emacs