Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.42 KB

README.org

File metadata and controls

35 lines (25 loc) · 1.42 KB

Escape Hatches

A curated list of “escape hatches” in software.

Motivation

Knowing how to cancel, undo, and redo help eases the fear of making mistakes. This list collects all software that does not follows the Ctrl-z pattern.

Emacs

ActionKeybindingNotes
CancelC-g
UndoC-/
RedoC-f then C-/“undo the undo”

Vim

ActionKeybindingNotes
CancelESCin any vim mode
Undouin vim command mode
RedoCtrl-rin vim command mode

Git

A lot of good tips are shared in Oh shit, git!: