diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2021-12-24 16:58:00 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2021-12-24 16:58:00 +0100 |
commit | 8d3b94caf1cca4f291551a6b888c5499a0030216 (patch) | |
tree | fc3266aa69e4354f55a2c608cfecdcf1d85be2b0 /.config | |
parent | amfora update (diff) | |
download | dotfiles-bsd-8d3b94caf1cca4f291551a6b888c5499a0030216.tar.gz dotfiles-bsd-8d3b94caf1cca4f291551a6b888c5499a0030216.tar.bz2 dotfiles-bsd-8d3b94caf1cca4f291551a6b888c5499a0030216.tar.xz dotfiles-bsd-8d3b94caf1cca4f291551a6b888c5499a0030216.tar.zst dotfiles-bsd-8d3b94caf1cca4f291551a6b888c5499a0030216.zip |
amfora update again
Diffstat (limited to '.config')
-rw-r--r-- | .config/amfora/config.toml | 28 |
1 files changed, 21 insertions, 7 deletions
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. |