+ Changed compton to picom

+ Update
+ Switch from urxvt to st
This commit is contained in:
ziro 2020-05-11 07:03:22 +07:00
parent 1162e4b512
commit 9cb5f7b078
9 changed files with 81 additions and 62 deletions

View file

@ -22,11 +22,13 @@ noremap <C-Y> "+y
noremap <C-P> "+p
noremap <C-/> :NERDCommenterToggle
:set mouse=a
" specific type maps --
autocmd FileType python map <buffer> <F9> :w<CR>:!clear; python3 %<CR>
autocmd FileType python imap <buffer> <F9> <esc>:w<CR>:exec '!clear; python3 %'<CR>
set number
autocmd FileType plaintex command! -nargs=0 Lw w !pdflatex % > /dev/null
autocmd FileType tex command! -nargs=0 Lw w !pdflatex % > /dev/null
" -------------
set number
set ignorecase
set smartcase
map <C-n> :NERDTreeToggle<CR>