gdh1995 / vimium-c

A keyboard shortcut browser extension for keyboard-based navigation and tab operations with an advanced omnibar
https://chrome.google.com/webstore/detail/vimium-c/hfjbmagddngcpeloejdejnfgbamkjaeg
Other
3.33k stars 254 forks source link

the visual mode: copy #971

Open York2858 opened 1 year ago

York2858 commented 1 year ago

when I use the copy.I want to use else keys,such as‘i,j,k,l’, to select. what should I do?

gdh1995 commented 1 year ago

Sorry, I cannot understand what you meant by the word "copy"

---Original--- From: @.> Date: Tue, Jul 11, 2023 17:44 PM To: @.>; Cc: @.***>; Subject: [gdh1995/vimium-c] the visual mode: copy (Issue #971)

when I use the copy.I want to use else keys,such as‘i,j,k,l’, to select. what should I do?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

York2858 commented 1 year ago

Sorry, I cannot understand what you meant by the word "copy" ---Original--- From: @.> Date: Tue, Jul 11, 2023 17:44 PM To: @.>; Cc: @.>; Subject: [gdh1995/vimium-c] the visual mode: copy (Issue #971) when I use the copy.I want to use else keys,such as‘i,j,k,l’, to select. what should I do? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.>

when I use 'v -> v',I want to use other keys(up,down,left,right) select contents,not "h,j,k,l"

gdh1995 commented 1 year ago

VisualMode support the feature named per-mode keys, so you may re-map other keys to j / k only in the mode. For example:

mapKey <down:v> j

See https://github.com/gdh1995/vimium-c/wiki/Use-in-another-keyboard-layout#per-mode-mapkey .