all operations such as yy, D, and P work with the X clipboard
This commit is contained in:
parent
3084429d14
commit
a48fc98970
1 changed files with 5 additions and 1 deletions
6
.vimrc
6
.vimrc
|
|
@ -38,7 +38,11 @@ set guioptions-=T "remove toolbar
|
|||
|
||||
set colorcolumn=80,120 " highligth the 80th and 120th column
|
||||
|
||||
set cursorline
|
||||
set cursorline " highlight current line
|
||||
|
||||
" all operations such as yy, D, and P work with the clipboard.
|
||||
" No need to prefix them with "* or "+
|
||||
set clipboard=unnamed
|
||||
|
||||
let mapleader = "," " leader key is comma
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue