add: polybar custom scripts
add: git aliases fix. bspwm split_ration madness
This commit is contained in:
parent
c33047354e
commit
1a0ffb4924
7 changed files with 44 additions and 3 deletions
.config/vim
|
@ -21,6 +21,9 @@ set encoding=utf-8
|
|||
|
||||
set nowrap
|
||||
|
||||
runtime ftplugin/man.vim
|
||||
set keywordprg=:Man
|
||||
|
||||
if has("autocmd")
|
||||
" Save cursor position. I don't understand this part
|
||||
au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") | exe "normal! g`\"" | endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue