1
0
Fork 0

tmux config cleanup, new prefix and some moar vim tweaks

This commit is contained in:
Von Random 2017-11-01 19:11:22 +03:00
parent 81b423e8fb
commit be67e054f7
4 changed files with 5 additions and 25 deletions

View file

@ -48,10 +48,3 @@ let g:signify_sign_change='~'
" easy-align options
xmap <Leader>a <Plug>(EasyAlign)
nmap <Leader>a <Plug>(EasyAlign)
" neomake
nmap <Leader>i :Neomake<CR>
let g:neomake_open_list = 7
let g:neomake_error_sign = { 'text': 'e>', 'texthl': 'ErrorMsg' }
let g:neomake_warning_sign = { 'text': 'w>', 'texthl': 'WarningMsg' }
let g:neomake_info_sign = { 'text': 'i>', 'texthl': 'InfoMsg' }