zsh-vi-mode icon indicating copy to clipboard operation
zsh-vi-mode copied to clipboard

`dG` not work when editing a multi line command

Open androidfans opened this issue 3 years ago • 0 comments

curl 'https://exiftool.org/Image-ExifTool-12.26.tar.gz'
-H 'authority: exiftool.org'
-H 'pragma: no-cache'
-H 'cache-control: no-cache'
-H 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="90", "Microsoft Edge";v="90"'
-H 'sec-ch-ua-mobile: ?0'
-H 'upgrade-insecure-requests: 1'
-H 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 Edg/90.0.818.66'
-H 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.9'
-H 'sec-fetch-site: same-origin'
-H 'sec-fetch-mode: navigate'
-H 'sec-fetch-user: ?1'
-H 'sec-fetch-dest: document'
-H 'referer: https://exiftool.org/index.html'
-H 'accept-language: zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6,zh-TW;q=0.5'
--compressed

my cursor is at 2nd line, and dG not work

androidfans avatar May 24 '21 15:05 androidfans