remove the S-/C- Insert for clipboard in urxvt + move some vim 8 specific options to the respective section
This commit is contained in:
parent
28ac07440d
commit
cddad6825c
2 changed files with 2 additions and 4 deletions
4
vimrc
4
vimrc
|
@ -23,6 +23,8 @@ if v:version >= 703
|
||||||
set colorcolumn=80 relativenumber formatoptions+=j ttymouse=sgr
|
set colorcolumn=80 relativenumber formatoptions+=j ttymouse=sgr
|
||||||
endif
|
endif
|
||||||
if v:version >= 800
|
if v:version >= 800
|
||||||
|
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
|
||||||
|
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
|
||||||
set breakindent
|
set breakindent
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -79,8 +81,6 @@ if filereadable(plugins) && v:version >= 703
|
||||||
execute 'source ' . fnameescape(plugins)
|
execute 'source ' . fnameescape(plugins)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
|
|
||||||
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
|
|
||||||
let g:solarized_use16 = 1
|
let g:solarized_use16 = 1
|
||||||
let g:solarized_term_italics = 0
|
let g:solarized_term_italics = 0
|
||||||
colorscheme solarized8
|
colorscheme solarized8
|
||||||
|
|
|
@ -19,8 +19,6 @@ URxvt.geometry: 120:36
|
||||||
URxvt.intensityStyles: false
|
URxvt.intensityStyles: false
|
||||||
URxvt.internalBorder: 1
|
URxvt.internalBorder: 1
|
||||||
URxvt.iso14755: false
|
URxvt.iso14755: false
|
||||||
URxvt.keysym.C-Insert: eval:selection_to_clipboard
|
|
||||||
URxvt.keysym.S-Insert: eval:paste_clipboard
|
|
||||||
URxvt.pastableTabs: true
|
URxvt.pastableTabs: true
|
||||||
URxvt.pointerBlank: true
|
URxvt.pointerBlank: true
|
||||||
URxvt.saveLines: 10000
|
URxvt.saveLines: 10000
|
||||||
|
|
Loading…
Reference in a new issue