feat: scroll_down_many & scroll_up_many removed.
`scroll_down_one`/`scroll_up_one` renamed `scroll_up`/`scroll_down`
This commit is contained in:
@@ -76,25 +76,17 @@ filter_mode = ["/", "F1"]
|
||||
quit = ["q"]
|
||||
# Save logs of selected container to file on disk
|
||||
save_logs = ["s"]
|
||||
# TODO "scroll_down_many" will be removed in the next release
|
||||
# scroll down a list by many
|
||||
scroll_down_many = ["pagedown"]
|
||||
# TODO rename in next release
|
||||
# scroll down a list by one item
|
||||
scroll_down_one = ["down", "j"]
|
||||
scroll_down = ["down", "j"]
|
||||
|
||||
# scroll down to the end of a list
|
||||
scroll_end = ["end"]
|
||||
# Modifier to scroll by 10 lines isntead of one, used in conjunction with scroll_up_x/scroll_down_x
|
||||
# Modifier to scroll by 10 lines instead of one, used in conjunction with scroll_up/scroll_down
|
||||
scroll_many = ["control"]
|
||||
# scroll up to the start of a list
|
||||
scroll_start = ["home"]
|
||||
# TODO "scroll_up_many" will be removed in the next release
|
||||
# scroll up a list by many
|
||||
scroll_up_many = ["pageup"]
|
||||
# TODO rename in next release
|
||||
# scroll up a list by one item
|
||||
scroll_up_one = ["up", "k"]
|
||||
scroll_up = ["up", "k"]
|
||||
# Horizontal scroll of the logs
|
||||
log_scroll_forward = ["right"]
|
||||
log_scroll_back = ["left"]
|
||||
|
||||
Reference in New Issue
Block a user