Keyboard

[keyboard] Section

[keyboard]
move_up = "<string>"
move_down = "<string>"
move_left = "<string>"
move_right = "<string>"
close_buffer = "<string>"
maximize_buffer = "<string>"
restore_buffer = "<string>"
cycle_next_buffer = "<string>"
cycle_previous_buffer = "<string>"
toggle_nick_list = "<string>"
command_bar = "<string>"
refresh_configuration = "<string>"
KeyDescriptionDefault MacOSDefault Other
move_upMoves focus up + alt +
move_downMoves focus down + alt +
move_leftMoves focus left + alt +
move_rightMoves focus right + alt +
close_bufferClose focused buffer + wctrl + w
maximize_bufferMaximize focused buffer + ctrl +
restore_bufferRestore focused buffer + ctrl +
cycle_next_bufferCycle to next bufferctrl + tabctrl + tab
cycle_previous_bufferCycle to previous bufferctrl + shift + tabctrl + shift + tab
toggle_nick_listToggle nick list + + mctrl + alt + m
command_barToggle command bar + kctrl + k
reload_configurationRefresh configuration file + rctrl + r

Example for vim like movement

[keyboard]
move_up = "alt+k"
move_down = "alt+j"
move_left = "alt+h"
move_right = "alt+l"