Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
953 views
in Technique[技术] by (71.8m points)

vim - Super key is bound to unknown command, how can I remove it?

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

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

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share

2.1m questions

2.1m answers

62 comments

56.6k users

...