@@ -10,7 +10,6 @@ set global autoreload yes | |||
set global kitty_window_type os | |||
set global termcmd 'kitty -1 sh -c' | |||
set global grepcmd 'rg -iHL --column' | |||
set global filetree_find_cmd 'fd -L -t f -d 2' | |||
set global modelinefmt '%opt{modeline_git_branch} %val{bufname} | |||
%val{cursor_line}:%val{cursor_char_column} {{mode_info}} {{context_info}} | |||
◂%val{client}⊙%val{session}▸' | |||
@@ -43,8 +42,6 @@ map global user -docstring "clear all phantom selections" <a-f> ': phantom-sel-s | |||
map global user -docstring "next phantom selection" F ': phantom-sel-iterate-next<ret>' | |||
map global user -docstring "previous phantom selection" <a-F> ': phantom-sel-iterate-prev<ret>' | |||
map global user -docstring 'filetree' t ': filetree<ret>' | |||
map global normal -docstring 'select view' <a-%> ': select-view<ret>' | |||
map global view -docstring 'select view' s '<esc>: select-view<ret>' | |||
@@ -1 +0,0 @@ | |||
/home/solitude/.data/splug/github.com+mpv-player+mpv/TOOLS/lua/autoload.lua |
@@ -1 +0,0 @@ | |||
/home/solitude/.data/splug/github.com+nimatrueway+mpv-locatefile-lua-script/locatefile.lua |
@@ -1 +0,0 @@ | |||
/home/solitude/.data/splug/github.com+jonniek+mpv-filenavigator/navigator.lua |
@@ -1 +0,0 @@ | |||
/home/solitude/.data/splug/github.com+kevinlekiller+mpv_scripts/perfstats/perfstats.lua |
@@ -1 +0,0 @@ | |||
/home/solitude/.data/splug/github.com+ElegantMonkey+mpv-webm/build/webm.lua |
@@ -70,7 +70,6 @@ for arg; do | |||
_install $arg "$CONF/pqivrc";; | |||
mpv) | |||
_install $arg/mpv.conf "$CONF/mpv/mpv.conf" | |||
_install $arg/scripts "$CONF/mpv/scripts";; | |||
mpd) | |||
_install $arg "$CONF/mpd/mpd.conf";; | |||
ncmpcpp) |
@@ -55,9 +55,6 @@ files = ["find.kak"] | |||
["https://github.com/occivink/kakoune-gdb"] | |||
files = ["gdb.kak"] | |||
["https://github.com/occivink/kakoune-filetree"] | |||
files = ["filetree.kak"] | |||
["https://github.com/occivink/kakoune-vertical-selection"] | |||
files = ["vertical-selection.kak"] | |||