- u/^R/U
- :undo + <num> / g- / g+ : 前者用于知道跳转去向,后者用于不知道的
- :undolist
- :earlier 10s / 10h / 1m / :later
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
| "visual search mappings | |
| function! s:VSetSearch() | |
| let temp = @@ | |
| norm! gvy | |
| let @/ = '\V' . substitute(escape(@@, '\'), '\n', '\\n', 'g') | |
| let @@ = temp | |
| endfunction | |
| vnoremap * :<C-u>call <SID>VSetSearch()<CR>//<CR> | |
| vnoremap # :<C-u>call <SID>VSetSearch()<CR>??<CR> |
Apple MacBook Pro M1, 32 GB, Ventura 13.2
Documentation based on comments in this Github Elasticsearch issue.
Install Homebrew