
VIM
andylei777
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
nvim + tmux
拷贝文件到远程服务器不包含特定文件夹 rsync -av -e ssh --exclude=data /tmp/from xxx@xxx:/tmp/to NVIM {“clangd.compilationDatabasePath:”:“xxx/build”} TMUX vi ~/.tmux.conf enable mouse set -g mouse on vim copy to tmux vi ~/.tmux.conf # enable mouse set -g mouse on # vim copy原创 2021-10-14 09:18:57 · 393 阅读 · 0 评论 -
ubuntu16.04 VIM无法复制到剪切板
issue: "+y "*y both can not copy from vim to system clipboard handle: $ sudo apt-get install vim-gtk ref: https://askubuntu.com/questions/659437/y-does-not-copy-to-the-clipboard原创 2018-07-16 17:49:55 · 1850 阅读 · 0 评论