vimium-c icon indicating copy to clipboard operation
vimium-c copied to clipboard

the visual mode: copy

Open York2858 opened this issue 2 years ago • 3 comments

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

York2858 avatar Jul 11 '23 09:07 York2858

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: @.***>

gdh1995 avatar Jul 11 '23 13:07 gdh1995

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"

York2858 avatar Jul 13 '23 09:07 York2858

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 .

gdh1995 avatar Jul 23 '23 13:07 gdh1995