diff options
-rwxr-xr-x | bollux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bollux b/bollux index ebdb22f..277af05 100755 --- a/bollux +++ b/bollux | |||
@@ -150,8 +150,8 @@ bollux_config() { | |||
150 | : "${KEY_OPEN:=o}" # prompt for a link to open | 150 | : "${KEY_OPEN:=o}" # prompt for a link to open |
151 | : "${KEY_GOTO:=g}" # prompt for a page to 'goto' | 151 | : "${KEY_GOTO:=g}" # prompt for a page to 'goto' |
152 | : "${KEY_GOTO_FROM:=G}" # goto a page with current prefilled | 152 | : "${KEY_GOTO_FROM:=G}" # goto a page with current prefilled |
153 | : "${KEY_BACK:='['}" # go back in the history | 153 | : "${KEY_BACK:=[}" # go back in the history |
154 | : "${KEY_FORWARD:=']'}" # go forward in the history | 154 | : "${KEY_FORWARD:=]}" # go forward in the history |
155 | : "${KEY_REFRESH:=r}" # refresh the page | 155 | : "${KEY_REFRESH:=r}" # refresh the page |
156 | : "${KEY_CYCLE_PRE:=p}" # cycle T_PRE_DISPLAY | 156 | : "${KEY_CYCLE_PRE:=p}" # cycle T_PRE_DISPLAY |
157 | : "${BOLLUX_CUSTOM_LESSKEY:=$BOLLUX_CONF_DIR/bollux.lesskey}" | 157 | : "${BOLLUX_CUSTOM_LESSKEY:=$BOLLUX_CONF_DIR/bollux.lesskey}" |