#+date: 2021 #+options: toc:nil num:nil author:nil * Movement and text edition Deleting words or characters | Keybinding | Action | |------------+----------------------------------------------| | | Delete the character just before the cursor | | C-d | Delete the next character after the cursor | | M- | Kill the word immediately before the cursor | | M-d | Kill the next word after the cursor | | C-k | Kill from the cursor position to end of line | | M-k | Kill to the end of the current sentence | |------------+----------------------------------------------|