File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ smart people at [Hashrocket](http://hashrocket.com/).
1010For a steady stream of TILs from a variety of rocketeers, checkout
1111[ til.hashrocket.com] ( https://til.hashrocket.com/ ) .
1212
13- _ 693 TILs and counting..._
13+ _ 694 TILs and counting..._
1414
1515---
1616
@@ -714,6 +714,7 @@ _693 TILs and counting..._
714714- [ Filter Lines Through An External Program] ( vim/filter-lines-through-an-external-program.md )
715715- [ Fix The Spelling Of A Word] ( vim/fix-the-spelling-of-a-word.md )
716716- [ Fold A Visual Selection And Expand It Back] ( vim/fold-a-visual-selection-and-expand-it-back.md )
717+ - [ For When That Escape Key Is Hard To Reach] ( vim/for-when-that-escape-key-is-hard-to-reach.md )
717718- [ Format Long Lines To Text Width] ( vim/format-long-lines-to-text-width.md )
718719- [ From Ruby Variables To JavaScript Variables] ( vim/from-ruby-variables-to-javascript-variables.md )
719720- [ Generate and Edit Rails Migration] ( vim/generate-and-edit-rails-migration.md )
Original file line number Diff line number Diff line change 1+ # For When That Escape Key Is Hard To Reach
2+
3+ Using Vim to its full potential requires using just about every key on the
4+ keyboard. Of all those keys, the escape key is particularly important. It's
5+ how you get back to normal node.
6+
7+ If you find the escape key hard to reach or your laptop vendor decided you
8+ don't need it anymore, what's the alternative?
9+
10+ There is a built-in alternative:
11+
12+ ```
13+ Ctrl-[
14+ ```
15+
16+ > Note: If your ` <Esc> ` key is hard to hit on your keyboard, train yourself to
17+ > use ` CTRL-[ ` .
18+
19+ See ` :help Ctrl-[ ` for more details.
20+
21+ [ source] ( https://twitter.com/tenderlove/status/1021412757805993984?s=11 )
You can’t perform that action at this time.
0 commit comments