Skip to content

Commit ecbd6b5

Browse files
committed
Propose a vim escape alternative
Here is a quick way around reaching for escape. I think swapping escape for caps lock is best but this method is useful if caps lock is already re-assigned.
1 parent c466877 commit ecbd6b5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

vim.markdown

+7
Original file line numberDiff line numberDiff line change
@@ -417,3 +417,10 @@ log in.
417417

418418
---
419419

420+
# built-in escape alternative
421+
422+
```
423+
CTRL-C Quit insert mode, go back to Normal mode. Do not check for
424+
abbreviations. Does not trigger the |InsertLeave| autocommand
425+
event.
426+
```

0 commit comments

Comments
 (0)