Last active
May 25, 2017 06:58
-
-
Save note103/a62ff92a655296722281c1843a722731 to your computer and use it in GitHub Desktop.
This file contains 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
inoremap <silent><Leader><Leader>z [0-9a-zA-Z@$%#&*;:?|,.]<ESC>$v0d | |
" 1. 上記をvimrcに入れて挿入モード時に全角検索用の文字列をヤンク | |
" 2-1. vim-easymotionの easymotion-sn コマンドと組み合わせてサーチ | |
" 2−2. この際、コマンドラインに貼り付けるには <C-r>" を使う | |
" 3. 一旦検索されたら以後は ; と , で前後に検索可能&その時にはハイライトされる | |
" 個人的にはこのハイライトがありがたいというかそもそもの目的 | |
" 最初はクエリを [^\x01-\x7E] としていたけど考えてみたら自分は日本語むっちゃ使うのでそれでは駄目だった。単純に拾いたくない全角英数記号だけを対象に絞り直した | |
" GIF movie | |
" https://twitter.com/note103/status/867627733173403648 | |
" see also: vim-easymotion | |
" https://github.com/easymotion/vim-easymotion |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment