1
0
Fork 0

remove the S-/C- Insert for clipboard in urxvt + move some vim 8 specific options to the respective section

This commit is contained in:
Von Random 2017-12-11 12:52:36 +03:00
parent 28ac07440d
commit cddad6825c
2 changed files with 2 additions and 4 deletions

4
vimrc
View file

@ -23,6 +23,8 @@ if v:version >= 703
set colorcolumn=80 relativenumber formatoptions+=j ttymouse=sgr
endif
if v:version >= 800
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
set breakindent
endif
@ -79,8 +81,6 @@ if filereadable(plugins) && v:version >= 703
execute 'source ' . fnameescape(plugins)
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_term_italics = 0
colorscheme solarized8

View file

@ -19,8 +19,6 @@ URxvt.geometry: 120:36
URxvt.intensityStyles: false
URxvt.internalBorder: 1
URxvt.iso14755: false
URxvt.keysym.C-Insert: eval:selection_to_clipboard
URxvt.keysym.S-Insert: eval:paste_clipboard
URxvt.pastableTabs: true
URxvt.pointerBlank: true
URxvt.saveLines: 10000