Skip to content

Commit 47a266e

Browse files
author
James Halliday
committed
Merge pull request #2 from mgruesbeck/patch-1
Propose a vim escape alternative
2 parents 6c71944 + ecbd6b5 commit 47a266e

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)