dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 6a84f15b08b46427ac1cb7195f95330ff1cf5359
parent 6040a32e23d750b7017cd8f236a506e1e61bac8d
Author: Alex Balgavy <alexander.balgavy@spaceapplications.com>
Date:   Sat, 14 Dec 2024 15:54:41 +0100

w3m: improve keymap

Diffstat:
Mw3m/keymap | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/w3m/keymap b/w3m/keymap @@ -25,8 +25,8 @@ keymap C-d NEXT_HALF_PAGE keymap C-u PREV_HALF_PAGE # Misc -keymap H BACK -keymap L PREV +keymap H PREV +keymap L NEXT keymap ~ GOTO_HOME # specified in $WWW_HOME keymap C-l REDRAW keymap s PRINT @@ -70,7 +70,7 @@ keymap r RELOAD keymap M-r REINIT # Macros -keymap SPCr COMMAND 'END; PIPE_SHELL "readable $W3M_URL | w3m -config ~/.config/w3m/config -T text/html -cols $(($(tput cols)*6/10))"' +keymap SPCr COMMAND 'END; PIPE_SHELL "readable $W3M_URL | w3m -config ~/.config/w3m/config -T text/html -cols $(($(tput cols)*6/10))"; REDRAW' keymap SPCm COMMAND 'END; PIPE_SHELL "smmry --html $W3M_URL | w3m -config ~/.config/w3m/config -T text/html -cols $(($(tput cols)*6/10))"' keymap SPCs EXEC_SHELL 'pocket save $W3M_URL' keymap SPCl EXEC_SHELL 'pocket save $W3M_CURRENT_LINK'