-
-
Save hyuki/6ea4772728bd2809502771de9f02dcfa to your computer and use it in GitHub Desktop.
MoveToJapanesePunctuation - よく使う記号類へ移動する
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " よく使う記号類へ移動する | |
| function MoveToJapanesePunctuation() | |
| call feedkeys("/[、。?!・《》()『』「」]/)\<CR>", 'n') | |
| endfunction | |
| command -nargs=0 MoveToJapanesePunctuation call MoveToJapanesePunctuation() | |
| nnoremap ) <ESC>:MoveToJapanesePunctuation<CR> |
Author
Author
考えてみれば、関数にしたりせずに、
nnoremap ) /[、。?!・《》()『』「」]/<CR>
でいいのか……
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://mobile.twitter.com/hyuki/status/1523629896752189442