diff options
Diffstat (limited to '.config/mostrc')
-rw-r--r-- | .config/mostrc | 16 |
1 files changed, 8 insertions, 8 deletions
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 <function-name> <key-name> % unsetkey <key-name> % color <object-name> <fg> <bg> % % Here <key-name> 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" |