Pycharm with IdeaVim occasionally makes the keyboard unresponsive

后端 未结 4 1240
别跟我提以往
别跟我提以往 2021-01-29 23:09

Every so often when using PyCharm Community Edition with IdeaVim in Ubuntu 13.10, the keyboard stops accepting input and I have to restart the IDE. The cursor still moves when

4条回答
  •  执笔经年
    2021-01-29 23:19

    You can do killall -9 ibus-x11 as described in the issue given by Games Brainiac. I just wanted to note that you don't need to restart the IDE, as it should continue to work again... which is nice, undo-history is preserved etc. :)

提交回复
热议问题