diff options
| author | jdhao <jdhao@hotmail.com> | 2020-10-09 00:25:35 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-10-09 00:25:35 +0800 |
| commit | 9c7527c2e712f280d6d8770b334eaa4a0c54f720 (patch) | |
| tree | cced6c2b3be01e546612b3c9ad9b7c9abf8787ad /plugins.vim | |
| parent | 2b0feddde733d6d320ba3cb79c61146faa03d6d9 (diff) | |
add * mapping for visual selection
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins.vim b/plugins.vim index 3f9689c..08862a9 100644 --- a/plugins.vim +++ b/plugins.vim @@ -424,6 +424,8 @@ let g:anzu_search_limit = 500000 """""""""""""""""""""""""""""vim-asterisk settings""""""""""""""""""""" nmap * <Plug>(asterisk-z*) nmap # <Plug>(asterisk-z#) +xmap * <Plug>(asterisk-z*) +xmap # <Plug>(asterisk-z#) """""""""""""""""""""""""""""LeaderF settings""""""""""""""""""""" " Do not use cache file |
