emacs_tutorial/doc/using_ctrl_x.org

40 lines
1.9 KiB
Org Mode
Raw Normal View History

2022-04-27 22:09:34 +02:00
#+DATE: 2021
* Commands
Use CTRL (C), ALT (M), Ctrl + x (C-x) or ALT + x ( M-x) to edit
** Using "CTRL + x"
#+Caption: Some examples about how to use 'C-x' in emacs
| Keystroke | Keystroke | Action |
|-----------+-----------+--------------------------------------|
| C-x | k | Kill a buffer |
| | b | Search a buffer |
| | C-f | Find/open a file |
| | C-b | List all buffers |
| | C-c | Exit from emacs |
| | C-s | Save a file |
| | s | Save changes in buffers |
| | u | Undo |
| | o | Change to other frame |
| | h | Select all text in buffer |
| | C-q | Enter writable mode in dired |
| | C-s | Saves after edit dired |
| | d | Initialize dired |
| | c-\ | Select input method |
| | C-h | Keybindings for "C-x |
| | t 2 | New tab |
| | t b | Select buffer name in other tab |
| | r m | Set a bookmark in a file at point |
| | r l | List all bookmarks |
| | r b | Visit bookmarks list |
| | x-w | Write a file |
| | r t | string-rectangle: include characters |
| | i | insert a file within the actual file |
| | C- | Reduce buffer text size |
| | C+ | Increase buffer text size |