aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
blob: 9c15e479b6eff571a4a6617625d716db32928719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
":set clipboard=unnamedplus
:filetype plugin on
:syntax on
:set number
:set relativenumber
:filetype indent on
:set mouse=a

if has('gui_running')
  set guifont=JetBrains\ Mono\ 11
  :set guioptions-=m
  :set guioptions-=T
  :set guioptions-=r
  :set guioptions-=L
  colorscheme slate
endif

if $TERM == 'alacritty'
  set ttymouse=sgr
endif

vnoremap <C-c> "+y
vmap <C-x> "+c
map <C-p> "+p