diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/mpv/mpv.conf | 3 | ||||
-rw-r--r-- | files/ranger/rifle.conf | 4 | ||||
-rw-r--r-- | files/vim/ftplugin/html/html.vim | 3 |
3 files changed, 7 insertions, 3 deletions
diff --git a/files/mpv/mpv.conf b/files/mpv/mpv.conf index 5c80c2d..9e5391f 100644 --- a/files/mpv/mpv.conf +++ b/files/mpv/mpv.conf @@ -16,3 +16,6 @@ sub-border-size=8 # Terminal term-osd-bar msg-color + +# OSC +osc=no diff --git a/files/ranger/rifle.conf b/files/ranger/rifle.conf index d08f6f1..35a10a0 100644 --- a/files/ranger/rifle.conf +++ b/files/ranger/rifle.conf @@ -119,10 +119,10 @@ mime ^audio|ogg$, terminal, has mpv = urxvt -e mpv "$@" & #-------------------------------------------- # Video/Audio with a GUI #------------------------------------------- -mime ^video, has mpv, X, flag f = mpv -- "$@" -mime ^video, has mpv, X, flag f = mpv --fs -- "$@" mime ^video, has mpv, X, flag f = bash ~/scripts/floats/mpvFloat.sh "$@" mime ^video, has mpv, X, flag f = bash ~/scripts/floats/mpvFloatLoop.sh "$@" +mime ^video, has mpv, X, flag f = mpv --fs -- "$@" +mime ^video, has mpv, X, flag f = mpv -- "$@" mime ^video, has mpv, X, flag f = mpv -vo caca -- "$@" mime ^video|audio, has vlc, X, flag f = vlc -- "$@" #mime ^video|audio, has gmplayer, X, flag f = gmplayer -- "$@" diff --git a/files/vim/ftplugin/html/html.vim b/files/vim/ftplugin/html/html.vim index 30e4484..41890b4 100644 --- a/files/vim/ftplugin/html/html.vim +++ b/files/vim/ftplugin/html/html.vim @@ -8,8 +8,9 @@ setlocal tabstop=2 shiftwidth=2 expandtab " Show existing tabs (they can be deleted with :retab) setlocal list -" Column marker: 110 characters +" Column marker: 100 characters call matchadd('ColorColumn', '\%101v', 100) +setlocal textwidth=100 let mapleader = " " |