remove clipboard related bindings
This commit is contained in:
@@ -50,7 +50,7 @@ set showbreak=↪\
|
|||||||
set statusline=\(%n\)\ %<%.99f\ %y%w%m%r%=%-14.(%l,%c%V%)\ %P
|
set statusline=\(%n\)\ %<%.99f\ %y%w%m%r%=%-14.(%l,%c%V%)\ %P
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set textwidth=120
|
set textwidth=120
|
||||||
"set clipboard+=unnamedplus
|
"set clipboard=unnamedplus
|
||||||
set wrapscan
|
set wrapscan
|
||||||
|
|
||||||
let mapleader=" "
|
let mapleader=" "
|
||||||
@@ -68,9 +68,6 @@ nnoremap <silent> gb :bn<CR>
|
|||||||
noremap p p`[
|
noremap p p`[
|
||||||
noremap P P`[
|
noremap P P`[
|
||||||
|
|
||||||
xnoremap "+y y:call system("wl-copy", @")<cr>
|
|
||||||
nnoremap "+p :let @"=substitute(system("wl-paste --no-newline"), '<C-v><C-m>', '', 'g')<cr>p
|
|
||||||
nnoremap "*p :let @"=substitute(system("wl-paste --no-newline --primary"), '<C-v><C-m>', '', 'g')<cr>p
|
|
||||||
|
|
||||||
augroup vimrc
|
augroup vimrc
|
||||||
autocmd!
|
autocmd!
|
||||||
|
|||||||
Reference in New Issue
Block a user