Browse Source

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

Alois Mahdal 9 years ago
parent
commit
3e249a8b39
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      dotfiles/vim/vimrc

+ 1
- 0
dotfiles/vim/vimrc View File

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