Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Avoid the escape key

gigamicro edited this pageAug 18, 2025 ·7 revisions

jj to escape

Unlike Vim, there is no delay to insertj or the stress to type quickly because of timeout.

hookglobalInsertChar j %{try %{exec -draft hH <a-k>jj<ret> dexec -with-hooks<esc>}}

jk to escape

For usingjk to exit insert mode use the following snippet.

hookglobalInsertChar k %{try %{exec -draft hH <a-k>jk<ret> dexec -with-hooks<esc>}}

,. to escape (dvorak)

hookglobalInsertChar \. %{try %{exec -draft hH <a-k>,\.<ret> dexec -with-hooks<esc>}}
Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp