mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
- Fixed vim clipboard sync with system clipboard
This commit is contained in:
@@ -84,9 +84,7 @@ set mouse+=a
|
|||||||
|
|
||||||
" Sync vim clipboard with system clipboard
|
" Sync vim clipboard with system clipboard
|
||||||
" Works across Linux, MacOS & Windows
|
" Works across Linux, MacOS & Windows
|
||||||
" set clipboard^=unnamed,unnamedplus
|
set clipboard^=unnamed,unnamedplus
|
||||||
set clipboard+=unnamedplus
|
|
||||||
set paste
|
|
||||||
|
|
||||||
" Try to prevent bad habits like using the arrow keys for movement. This is
|
" Try to prevent bad habits like using the arrow keys for movement. This is
|
||||||
" not the only possible bad habit. For example, holding down the h/j/k/l keys
|
" not the only possible bad habit. For example, holding down the h/j/k/l keys
|
||||||
|
|||||||
Reference in New Issue
Block a user