Compare commits

...

2 Commits

Author SHA1 Message Date
a1d97b73da add mpv input.conf 2017-05-29 14:16:32 +02:00
a9ea6ba29e add rust plugin to vimrc 2017-04-02 07:57:56 +02:00
2 changed files with 6 additions and 0 deletions

4
mpv/input.conf Normal file
View File

@@ -0,0 +1,4 @@
ENTER playlist-next force
R run "/bin/sh" "-ec" "kdialog --warningyesno 'Delete ${path}' --title 'Delete ${media-title}' && output=\"$(rm -- '${path}' 2>&1)\" || kdialog --error \"$output\""
D af toggle drc
C run "/bin/sh" "-ec" "echo -n '${path}' | xclip -selection clipboard"

View File

@@ -32,6 +32,8 @@ Plugin 'scrooloose/nerdtree'
Plugin 'stephanlukasczyk/vim-syntax-specautomata' Plugin 'stephanlukasczyk/vim-syntax-specautomata'
Plugin 'rust-lang/rust.vim'
" The following are examples of different formats supported. " The following are examples of different formats supported.
" Keep Plugin commands between vundle#begin/end. " Keep Plugin commands between vundle#begin/end.
" plugin on GitHub repo " plugin on GitHub repo