From 8d3b94caf1cca4f291551a6b888c5499a0030216 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 24 Dec 2021 16:58:00 +0100 Subject: amfora update again --- .config/amfora/config.toml | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) (limited to '.config') diff --git a/.config/amfora/config.toml b/.config/amfora/config.toml index 5391819..d0dcf5c 100644 --- a/.config/amfora/config.toml +++ b/.config/amfora/config.toml @@ -87,13 +87,27 @@ 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" +bind_bottom = ":" +bind_moveup = "k" +bind_movedown = "j" +bind_back = "H" +bind_forward = "L" +bind_next_tab = "J" +bind_prev_tab = "K" +bind_edit = "o" +bind_new_tab = "O" +bind_close_tab = "x" +bind_home = "T" +bind_tab1 = "!" +bind_tab2 = "@" +bind_tab3 = "#" +bind_tab4 = "$" +bind_tab5 = "%" +bind_tab6 = "^" +bind_tab7 = "&" +bind_tab8 = "*" +bind_tab9 = "(" +bind_tab0 = ")" # 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. -- cgit v1.2.3