fix startup and add quick scroll

This commit is contained in:
lelgenio 2020-09-28 04:31:13 -03:00
parent ab063ef052
commit 547d9bbb1d
1 changed files with 7 additions and 2 deletions

View File

@ -3,17 +3,20 @@ map {{@@ key.down @@}} scroll down
map {{@@ key.up @@}} scroll up
map {{@@ key.right @@}} scroll right
map {{@@ key.down.upper() @@}} navigate next
map {{@@ key.up .upper() @@}} navigate previous
map {{@@ key.next @@}} search forward
map {{@@ key.next.upper() @@}} search backward
map r set recolor
# map r set recolor
set recolor
set recolor-keephue
set recolor-lightcolor "{{@@ color.bg @@}}"
set recolor-darkcolor "#AAAAAA"
set adjust-open width
# set adjust-open width
set font "Fira Code 11"
set guioptions ""
@ -31,3 +34,5 @@ set completion-fg "{{@@ color.txt @@}}"
set completion-highlight-bg "{{@@ color.accent @@}}"
set completion-highlight-fg "{{@@ color.txt @@}}"
# vim: commentstring=#\ %s