use foot for ranger and qutebrowser
This commit is contained in:
parent
432966a418
commit
5e189639d4
@ -11,10 +11,10 @@ c.content.notifications.enabled = False
|
|||||||
c.downloads.location.directory = "/tmp"
|
c.downloads.location.directory = "/tmp"
|
||||||
c.downloads.location.suggestion = "both"
|
c.downloads.location.suggestion = "both"
|
||||||
c.downloads.open_dispatcher = "rifle"
|
c.downloads.open_dispatcher = "rifle"
|
||||||
c.editor.command = ["st", "-e", "vis", "{}"]
|
c.editor.command = ["foot", "vis", "{}"]
|
||||||
c.fileselect.handler = "external"
|
c.fileselect.handler = "external"
|
||||||
c.fileselect.multiple_files.command = ["st", "-e", "ranger", "--choosefiles={}"]
|
c.fileselect.multiple_files.command = ["foot", "ranger", "--choosefiles={}"]
|
||||||
c.fileselect.single_file.command = ["st", "-e", "ranger", "--choosefile={}"]
|
c.fileselect.single_file.command = ["foot", "ranger", "--choosefile={}"]
|
||||||
c.hints.auto_follow = "full-match"
|
c.hints.auto_follow = "full-match"
|
||||||
c.hints.dictionary = "/usr/share/dict/mnemonic"
|
c.hints.dictionary = "/usr/share/dict/mnemonic"
|
||||||
c.hints.mode = "word"
|
c.hints.mode = "word"
|
||||||
|
@ -12,6 +12,6 @@ setlocal path=/media/memoria/snapshots-void sort mtime
|
|||||||
setlocal path=/media/memoria/snapshots-void sort_directories_first false
|
setlocal path=/media/memoria/snapshots-void sort_directories_first false
|
||||||
|
|
||||||
map ; console scout -aefilst%space
|
map ; console scout -aefilst%space
|
||||||
map s shell -f st
|
map s shell -f $TERM
|
||||||
map S shell $SHELL
|
map S shell $SHELL
|
||||||
map R rename_append -r
|
map R rename_append -r
|
||||||
|
Loading…
Reference in New Issue
Block a user