sVim icon indicating copy to clipboard operation
sVim copied to clipboard

Uppercase hints for new tab

Open yigitkonur opened this issue 6 years ago • 1 comments

In Vimium, what I do is that, using -f- to list all hints but using shift while typing those hints to open in new tabs. Like a similar behavior for sVim is working but I just need to type -F- instead of -f-.

It is something that I used to do for years, I would be really happy if you consider to add this option too.

yigitkonur avatar Dec 30 '18 07:12 yigitkonur

@yigitkonur you can achieve this by adding the following in your sVimrc: map "shift+f" createTabbedHint

rk1 avatar Feb 10 '20 13:02 rk1