Compare commits
1 Commits
5709a13d56
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d1496a8e17 |
@@ -229,6 +229,12 @@ common_subcommands = [
|
|||||||
# "vi"
|
# "vi"
|
||||||
# ]
|
# ]
|
||||||
|
|
||||||
|
ignored_commands = [
|
||||||
|
"cd",
|
||||||
|
"l",
|
||||||
|
"ls",
|
||||||
|
]
|
||||||
|
|
||||||
[keys]
|
[keys]
|
||||||
# Defaults to true. If disabled, using the up/down key won't exit the TUI when scrolled past the first/last entry.
|
# Defaults to true. If disabled, using the up/down key won't exit the TUI when scrolled past the first/last entry.
|
||||||
# scroll_exits = true
|
# scroll_exits = true
|
||||||
|
|||||||
Reference in New Issue
Block a user