diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2021-02-09 16:11:53 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2021-02-09 16:11:53 +0100 |
commit | 91c62d0ed04c1e8725479cb9518c9b5c5f96c32c (patch) | |
tree | 0289d5d7ac3b05aadf19261a00670e8947e301df /.config | |
parent | Added amfora config (diff) | |
download | dotfiles-bsd-91c62d0ed04c1e8725479cb9518c9b5c5f96c32c.tar.gz dotfiles-bsd-91c62d0ed04c1e8725479cb9518c9b5c5f96c32c.tar.bz2 dotfiles-bsd-91c62d0ed04c1e8725479cb9518c9b5c5f96c32c.tar.xz dotfiles-bsd-91c62d0ed04c1e8725479cb9518c9b5c5f96c32c.tar.zst dotfiles-bsd-91c62d0ed04c1e8725479cb9518c9b5c5f96c32c.zip |
Not quite working
Diffstat (limited to '.config')
-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. |