Skip to content

Instantly share code, notes, and snippets.

@note103
Last active May 25, 2017 06:58
Show Gist options
  • Save note103/a62ff92a655296722281c1843a722731 to your computer and use it in GitHub Desktop.
Save note103/a62ff92a655296722281c1843a722731 to your computer and use it in GitHub Desktop.
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