fanglingsu / vimb

Vimb - the vim like browser is a webkit based web browser that behaves like the vimperator plugin for the firefox and usage paradigms from the great editor vim. The goal of vimb is to build a completely keyboard-driven, efficient and pleasurable browsing-experience.
https://fanglingsu.github.io/vimb/
GNU General Public License v3.0
1.34k stars 99 forks source link

Config Issues #688

Closed fennewald closed 2 years ago

fennewald commented 2 years ago

Hello,

I've been struggling to accomplish two things: 1.) On my machine, Ctrl-O is bounded already for something else. I would like to remap the go-back command, but I cannot find a working shortcut command that allows me to go back, 2.) I want to use google search by default, but I can't get search urls formatted right. Has anyone done this/know how to change shortcut url parsing?

Sadoon-AlBader commented 2 years ago

1.) On my machine, Ctrl-O is bounded already for something else. I would like to remap the go-back command, but I cannot find a working shortcut command that allows me to go back,

This is what I use for back, forward, and TLD.

# Backspace and ] (because they're next to each other duh) are back and forward
# [ goes to the domain of the page.
    nmap <BS> <C-o>
    nmap ] <C-i>
    nmap [ gU
fennewald commented 2 years ago

Thank you so much! This solves my issue

fanglingsu commented 2 years ago

@fennewald I use something like shortcut-add gg=https://www.google.de/search?q=$0&ie=UTF-8 to use google search by :o gg whatever to search for and have not noticed any issues.