Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

Since a couple of weeks ago every time I press the super key(windows key) vim executes 3p and some other commands(specified bellow), this all started when I bound my super key to open the terminal by executing xfce4-terminal --drop-down. I've already unbound it but the problem is still there. I want to unbind the super key so I can bind it to some other command.

First thing I tried was to list all commands using :map but found nothing related. This is what I've got:

   Y             y$
v  gx            <Plug>NetrwBrowseXVis
n  gx            <Plug>NetrwBrowseX
v  <Plug>NetrwBrowseXVis * :<C-U>call netrw#BrowseXVis()<CR>
n  <Plug>NetrwBrowseX * :call netrw#BrowseX(netrw#GX(),netrw#CheckIfRemote(netrw#GX()))<CR>
n  <C-L>       * :nohl<CR><C-L>

Then I executed vim -w and stored the output of the super key. Output:

ESC[1;3P

Every time I press the super key this was executed.

question from:https://stackoverflow.com/questions/65859046/super-key-is-bound-to-unknown-command-how-can-i-remove-it

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
986 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...