From 3590f9f4cd7819b80643ea807e80fab73ce653e0 Mon Sep 17 00:00:00 2001 From: joe Date: Mon, 6 Oct 2025 13:12:04 +0200 Subject: up --- .config/mostrc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to '.config/mostrc') diff --git a/.config/mostrc b/.config/mostrc index 9bb031d..7756630 100644 --- a/.config/mostrc +++ b/.config/mostrc @@ -1,17 +1,17 @@ -% This is an example configuration file that provides a `less' emulation +% This is an example configuration file that provides a `less' emulation % for MOST. % -% The format is simple: +% The format is simple: % setkey % unsetkey % color % % Here must be enclosed in double quotes. '^' represents Ctrl. % The function name is not in double quotes. -% % -% When MOST starts up, it looks for a keymap file given by the environment -% variable MOST_INITFILE. If that environment variable does not exist, +% +% When MOST starts up, it looks for a keymap file given by the environment +% variable MOST_INITFILE. If that environment variable does not exist, % MOST will look in the users HOME directory for .mostrc on Unix systems % and MOST.RC on VMS systems. % @@ -22,7 +22,7 @@ color normal default default color status yellow black color underline magenta default -color overstrike red default +color overstrike blue default % Keybindings @@ -55,8 +55,8 @@ setkey page_up "^B" setkey other_window "z" setkey other_window "w" setkey search_backward "?" -setkey bob "gg" -setkey eob "G" +setkey bob "gg" +setkey eob "G" setkey goto_mark "'" setkey find_file "E" setkey edit "v" -- cgit v1.2.3