-- Leo's gemini proxy

-- Connecting to tilde.pink:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;

Qutebrowser inspired vim-like keybindings for Amfora


I've become so used to the keyboard driven web browser qutebrowser, in addition to being a (nvi -> vim ->) neovim user, that I often stumble when I try to move around in something with other (or barely any) keybindings.


Luckily Amfora is very configurable in many aspects including keybindings, so here's what I came up with,


bind_reload = ["Ctrl-R","r"]
bind_home = "Ctrl-X"
bind_bookmarks = "b"
bind_add_bookmark = "B"
bind_sub = "s"
bind_add_sub = "a"
bind_save = "S"
bind_pgup = ["PgUp","U"]
bind_pgdn = ["PgDn","Space"]
bind_bottom = [":","o","f"]
bind_edit = "e"
bind_back = ["H","Backspace"]
bind_forward = "L"
bind_new_tab = "Ctrl-T"
bind_close_tab = ["Ctrl-W","d"]
bind_next_tab = "J"
bind_prev_tab = "K"
bind_quit = ["Ctrl-C","Ctrl-Q","q"]
bind_help = "?"

I then also happily noted that the help screen reflect the keys you configured.


Amfora, Gemini TUI written in Go

-- Response ended

-- Page fetched on Mon May 6 01:21:42 2024