1
0
Fork 0

bashrc: fix missing symbol; i3, kitty: new font in town; vim: the usual

This commit is contained in:
Von Random 2020-01-17 18:43:39 +03:00
parent e0d7da13ff
commit 317c416c0d
5 changed files with 33 additions and 48 deletions

21
vimrc
View file

@ -3,12 +3,16 @@ set list listchars=tab:\|_,nbsp:x,trail:*
set hlsearch incsearch ignorecase smartcase
set scrolloff=3 sidescrolloff=15 sidescroll=1
set tabstop=3 softtabstop=4 shiftwidth=4 smarttab expandtab autoindent
set wildmenu showcmd ruler laststatus=2
set wildmenu showcmd ruler laststatus=2 mouse=
set statusline=[%F]\ %R%H%W%M\ %=[%{&fenc}/%{&ff}]\ %y\ [%4l/%L:%3v]
set belloff=all colorcolumn=80 formatoptions+=j relativenumber breakindent
set keymap=russian-jcukenwintype iminsert=0 imsearch=0
set title titlestring=[%{hostname()}]\ %t\ -\ vim
if $TERM =~ '^screen'
set t_ts=k t_fs=\
endif
let g:sh_indent_case_labels = 1
" mappings
@ -36,20 +40,5 @@ if filereadable(plugrc) && filereadable(plug) && v:version >= 703
execute 'source' fnameescape(plugrc)
endif
if $TERM =~ '^screen'
set t_ts=k t_fs=\
endif
if has('gui_running')
set guifont=Fantasque\ Sans\ Mono\ 11
set guicursor=a:blinkon0,a:block,i:ver1-Cursor/lCursor,r:hor1-Cursor/lCursor
set guiheadroom=0 guioptions=aeim mouse=a
map <S-Insert> <MiddleMouse>
map! <S-Insert> <MiddleMouse>
else
set mouse=
endif
syntax on
filetype plugin on