clipboard
This commit is contained in:
parent
9d8dab40fc
commit
b0bbb71043
1 changed files with 4 additions and 4 deletions
2
init.vim
2
init.vim
|
@ -181,7 +181,7 @@ set cc=80 " set an 80 column border for good coding style
|
|||
filetype plugin indent on "allow auto-indenting depending on file type
|
||||
syntax on " syntax highlighting
|
||||
"set mouse=a " enable mouse click
|
||||
set clipboard=unnamedplus " using system clipboard
|
||||
set clipboard+=unnamedplus " using system clipboard
|
||||
filetype plugin on
|
||||
set cursorline " highlight current cursorline
|
||||
set ttyfast " Speed up scrolling in Vim
|
||||
|
|
Loading…
Reference in a new issue