We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sudo apt install ctags
确认vim的clipboard功能是否可用:
vim --version | grep 'clipboard'
如显示为 -clipboard表示不可用。 可使用(+)、不可使用(-)
-clipboard
安装vim-gtk3即可支持:
sudo apt-get install vim-gtk3