blob: 0230429184d946afc8110e4780bed9d284cd0503 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
:set clipboard=unnamedplus
:filetype plugin on
:syntax on
:set number
:set relativenumber
:filetype indent on
if $TERM == 'alacritty'
set ttymouse=sgr
endif
vmap <C-c> "+yi
vmap <C-x> "+c
|