1.安装:sudo apt-get install vim 2.配置:cd ~ #进入用户主目录 touch .vimrc #.后缀文件不可见 vi .vimrc #打开文件 输入: set cindent set number set hlsearch syntax on set showmode set foldmethod=syntax set ruler set background=dark "colorscheme ron colorscheme molokai 解释及更高端配置见:…
在 Ubuntu/Mac OS X 中使用VI/VIM时,发现无法使用系统的剪贴板. Ubuntu 上网一查,原来是少装了几个东西. 使用如下命令,安装相关的包.安装成功后,就可以使用系统剪贴板了. sudo apt-get install vim vim-scripts vim-gtk vim-gnome Mac OS X brew install vim 如果你的机器上还没有安装 Homebrew ,请点 这里 . 安装完成后重启终端. 如何查看当前的 VI/VIM 是否支持系统的剪切板?…
原文出处:http://vim.wikia.com/wiki/Accessing_the_system_clipboard Please review this tip: This tip was imported from vim.org and needs general review. You might clean up comments or merge similar tips. Add suitable categories so people can find the tip.…