Skip to content

sgepigon/escape-hatches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

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!:

About

A curated list of "escape hatches" in software.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published