Minor changes

This commit is contained in:
Dmitry Zakharchenko 2022-10-22 20:04:50 +03:00
parent 781c670d3c
commit ec65a6d30d
5 changed files with 20 additions and 75 deletions

View file

@ -5,7 +5,7 @@ pad=2x2
selection-target=clipboard
[url]
launch=xdg-open ${url}
launch=linkhandler ${url}
[colors]
foreground=f2f0ec

View file

@ -13,3 +13,4 @@ overlay_font = Monospace:10
<Shift+K> = prev
<Up> = pan 0 50
<equal> = zoom 1
r = rotate by 90

View file

@ -1,9 +1,9 @@
- add volume -5
= add volume 5
A cycle audio
S cycle sub
H add chapter -1
L add chapter 1
S cycle sub
h seek -5
j seek -60
k seek 60

View file

@ -1,71 +1,19 @@
{
"palettes": {
"default": [
[
"footer",
"white",
"black"
],
[
"search",
"white",
""
],
[
"msgtext:ellipses",
"light gray",
"black"
],
[
"urlref:number:braces",
"dark magenta",
""
],
[
"urlref:number",
"dark magenta",
""
],
[
"urlref:url",
"dark blue",
"default"
],
[
"url:sel",
"yellow",
"default"
]
]
},
"keys": {
"/": "search_key",
"0": "digits",
"1": "digits",
"2": "digits",
"3": "digits",
"4": "digits",
"5": "digits",
"6": "digits",
"7": "digits",
"8": "digits",
"9": "digits",
"y": "clipboard",
"c": "context",
"ctrl l": "clear_screen",
"?": "help_menu",
"G": "bottom",
"g": "top",
"j": "down",
"k": "up",
"P": "clipboard_pri",
"l": "link_handler",
"p": "palette",
"Q": "quit",
"q": "quit",
"R": "reverse",
"S": "all_shorten",
"s": "shorten",
"u": "all_escape"
}
"palettes": {
"default": [
[ "footer", "white", "black" ],
[ "search", "white", "" ],
[ "msgtext:ellipses", "light gray", "black" ],
[ "urlref:number:braces", "dark magenta", "" ],
[ "urlref:number", "dark magenta", "" ],
[ "urlref:url", "dark blue", "default" ],
[ "url:sel", "yellow", "default" ]
]
},
"keys": {
"0": "digits", "1": "digits", "2": "digits", "3": "digits", "4": "digits",
"5": "digits", "6": "digits", "7": "digits", "8": "digits", "9": "digits",
"g": "top", "j": "down", "k": "up", "q": "quit",
"G": "bottom", "c": "context", "?": "help_menu"
}
}

View file

@ -1,6 +1,3 @@
" vim: filetype=vifm
source ~/.config/vifm/shortcuts
set vicmd=$EDITOR
set syscalls
set nofollowlinks
@ -25,7 +22,6 @@ map <C-s> <C-w>s
map <C-v> <C-w>v
map R :restart<CR>
map x :!imv * 2>/dev/null &<CR>
nnoremap o :file &<cr>
map E :!$EDITOR %f<CR>
map mkd :mkdir<space>