Simple Emacs keybindings
- by User1
I have two operations that I do all the time in Emacs:
Create a new buffer and paste the clipboard. [C-S-n]
Close the current buffer. [C-S-w]
Switch to the last viewed buffer [C-TAB]
I feel like a keyboard acrobat when doing the first two operations. I think it would be worth trying some custom keybindings and macros.
A few questions about…