cmus now spawns on ta 8!!! vim changed a bit

This commit is contained in:
inigoortega 2019-10-04 12:07:26 +02:00
parent 4d1a892fca
commit cdea6ced28
6 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
termscripts/test.sh
.config/tox
.vim/plugged
*.o

6
.vimrc
View File

@ -58,6 +58,9 @@ Plug 'neovimhaskell/haskell-vim' , { 'for': 'haskell' }
" " noseke de que se actualiza solo haskell
" Plug 'bitc/vim-hdevtools'
" HTML + php
Plug 'captbaritone/better-indent-support-for-php-with-html'
call plug#end()
let g:airline_theme='violet'
@ -238,7 +241,8 @@ endf
" tab length exceptions on some file types
autocmd FileType html setlocal shiftwidth=4 tabstop=4 softtabstop=4
autocmd FileType html setlocal shiftwidth=2 tabstop=2 softtabstop=2
autocmd FileType php setlocal shiftwidth=2 tabstop=2 softtabstop=2
autocmd FileType htmldjango setlocal shiftwidth=4 tabstop=4 softtabstop=4
autocmd FileType javascript setlocal shiftwidth=4 tabstop=4 softtabstop=4
autocmd FileType haskell setlocal shiftwidth=2 tabstop=2 softtabstop=2

View File

@ -1,7 +1,6 @@
#!/usr/bin/env sh
if [ "$(ps -e | grep cmus | wc -l)" -eq "0" ]; then
st -e cmus &
ffplay -fs -autoexit $HOME/Pictures/misc/loading.gif && xdotool key alt+shift+8
st -c "cmus" -e cmus &
fi

View File

@ -40,6 +40,7 @@ static const Rule rules[] = {
{ "Workrave", NULL, NULL, ~0, 1, -1 },
{ "mpv", "gl", NULL, 1 << 5, 0, -1 },
{ "vlc", "vlc", NULL, 1 << 5, 0, -1 },
{ "cmus", NULL, NULL, 1 << 7, 0, -1 },
};
/* layout(s) */

Binary file not shown.

Binary file not shown.