Compare commits
2 Commits
907ade21e4
...
a1d97b73da
| Author | SHA1 | Date | |
|---|---|---|---|
| a1d97b73da | |||
| a9ea6ba29e |
4
mpv/input.conf
Normal file
4
mpv/input.conf
Normal 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"
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user