1995eaton / chromium-vim

Vim bindings for Google Chrome.
https://chrome.google.com/webstore/detail/cvim/ihlenndgcmojhcghmfjfneahoeklbjjh
MIT License
2.25k stars 325 forks source link

Unable to deselect text by clicking anywhere selected #556

Open spectromas opened 7 years ago

spectromas commented 7 years ago

If I go to a webpage and select some text I am unable to deselect it by clicking somewhere in the selected text, it seems I have to click somewhere outside of the selection to deselect it. With cvim disabled you can select text and then click on it somewhere and everything is deselected.

Is there a setting to control this somewhere or is it a bug? Perhaps there is a way to do these steps with cvim commands but I don't think they should override being able to do it manually with mouse clicks.

1995eaton commented 7 years ago

I'm unable to reproduce this issue. What is your browser and operating system. Also, what does your cVim config look like?

BlueDrink9 commented 7 years ago

I'm having this too. Chrome on Win 10, and Linux. cVimrc is empty

spectromas commented 7 years ago

Sorry, I failed to get a notification from this thread. I am using chromium on KDE Neon Linux.

My cVim config is pretty much empty:

let qmark 2 = ["http://linuxmusicians.com/search.php?search_id=newposts"]
let qmark 3 = ["https://forum.manjaro.org/"]
let qmark 4 = ["https://boards.4chan.org/g/"]
let qmark 5 = ["https://www.facebook.com/"]
let qmark 7 = ["http://feedly.com/#my"]
let qmark 8 = ["http://www.reddit.com/r/icm/new/"]
let qmark g = ["https://www.gearslutz.com/board/newposts.php"]
let qmark G = ["http://www.good-music-guide.com/community/index.php"]
let qmark i = ["http://www.theguardian.com/uk"]
let qmark a = ["https://community.ardour.org/tracker"]
let qmark y = ["https://www.youtube.com/feed/subscriptions"]
let qmark k = ["https://forum.kde.org/search.php?search_id=newposts"]
let qmark r = ["http://forum.renoise.com/index.php?app=core&module=search&do=viewNewContent&search_app=forums"]
let qmark q = ["http://linuxmusicians.com/search.php?search_id=newposts", "https://www.facebook.com", "http://feedly.com/#my", "http://www.reddit.com/r/icm/new/", "http://forum.renoise.com/index.php?app=core&module=search&do=viewNewContent&search_app=forums", "https://www.twitter.com"]

let configpath = '/home/alex/.cvimrc'
set localconfig " Update settings via a local file (and the `:source` command) rather
                " than the default options page in chrome
" As long as localconfig is set in the .cvimrc file. cVim will continue to read
" settings from there
backdround commented 7 years ago

i'm having too. Chromium, Arch