Added Forward command, and unbind <C-b> to access bookmark sidemenu.

This commit is contained in:
James Patrick 2019-04-17 22:23:04 -04:00
parent dcfa50e222
commit 167517757c
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ bind ;c hint -c [class*="expand"],[class="togg"]
" match vimperators back function.
command ba back
command fo foward
" restore bookmarks
unbind <C-b>
" use h/l to cycle though tabs.
bind h tabprev