diff options
-rw-r--r-- | .config/amfora/config.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/amfora/config.toml b/.config/amfora/config.toml index 81b8d74..a17e74e 100644 --- a/.config/amfora/config.toml +++ b/.config/amfora/config.toml @@ -87,6 +87,13 @@ emoji_favicons = false [keybindings] +bind_bottom = ":" +bind_back = "H" +bind_forward = "L" +bind_next_tab = "J" +bind_prev_tab = "K" +bind_edit = "o" +bind_new_tab = "O" # In the future there will be more settings here. # Hold down shift and press the numbers on your keyboard (1,2,3,4,5,6,7,8,9,0) to set this up. |