浏览代码

Bind Vim clipboard with X primary (middle-click) clipboard

Alois Mahdal 10 年前
父节点
当前提交
3e249a8b39
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      dotfiles/vim/vimrc

+ 1
- 0
dotfiles/vim/vimrc 查看文件

16
 " PROGRAM / ENVIRONMENT "
16
 " PROGRAM / ENVIRONMENT "
17
 " ''''''''''''''''''''' "
17
 " ''''''''''''''''''''' "
18
 
18
 
19
+set clipboard=unnamed
19
 set encoding=utf-8
20
 set encoding=utf-8
20
 set fileencodings=ucs-bom,utf-8,cp1250,latin1
21
 set fileencodings=ucs-bom,utf-8,cp1250,latin1
21
 set history=500
22
 set history=500