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 tabstop=4
|
||||
set textwidth=120
|
||||
"set clipboard+=unnamedplus
|
||||
"set clipboard=unnamedplus
|
||||
set wrapscan
|
||||
|
||||
let mapleader=" "
|
||||
@@ -68,9 +68,6 @@ nnoremap <silent> gb :bn<CR>
|
||||
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
|
||||
autocmd!
|
||||
|
||||
Reference in New Issue
Block a user