Skip to content

Instantly share code, notes, and snippets.

@moyashi
Created March 20, 2011 07:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moyashi/878175 to your computer and use it in GitHub Desktop.
Save moyashi/878175 to your computer and use it in GitHub Desktop.
SwipeToMoveCursorPlus変態コマンドテスト
http://hitoriblog.com/?attachment_id=2358
英語QWERTYを有効にした上で英語QWERTYに切り替えて使う
一部のキーはカーソル移動に置き換えられている
⇦ Make the selection to the left
⇨ Make the selection to the right
(選択範囲作成の挙動に不満はあろうが、改良はしない)
⬅ Move the cursor (left)
⬇ Move the cursor (down)
⬆ Move the cursor (up)
➡ Move the cursor (right)
英語QWERTYで普通にコマンドをタイプすると、コマンドと認識された文字列が消えてコマンドが実行される。
Caps Lock中はqqsして元に戻さないとダメ。
■カーソル制御(右)
qqe Jump the cursor to the end of the line
qqf Move the cursor to the right 10 times
qqF Move the cursor to the right 15 times
Qqf Forward direction word jump
■カーソル制御(左)
qqa Jump the cursor to the beggining of the line
qqb Move the cursor to the left 10 times
qqB Move the cursor to the left 15 times
Qqb Backward direction word jump
■カーソル制御(上下)
qqn Cursor down
qqp Cursor up
■カーソル制御(文頭/文末)
Qqa Home key
Qqe End key
■特殊
qqk Kill line (as near as emacs C-k)
qqv Paste
qqs Caps lock toggle
■空白挿入
qqi Tab key
qq[space] Zenkaku space
■カッコ挿入&カーソル制御
qqq Insert a pair of back quote (``) and jump the cursor to the middle of it
qqg Same as above (<>)
Qqg Same as above (<>)
qq[ Same as above ([])
Qq[ Same as above (「」)
qq( Same as above (())
Qq( Same as above (())
qq" Same as above ("")
qq' Same as above ('')
qq{ Same as above ({})
Qq{ Same as above (『』)
qq\ Same as above (\/)
Qq\ Same as above (\/)
■文字挿入
qqd Insert •
qql Insert £
qqu Insert €
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment