summaryrefslogtreecommitdiffstats
path: root/.config/mostrc
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-10-06 13:12:04 +0200
committerjoe <rbo@gmx.us>2025-10-06 13:12:04 +0200
commit3590f9f4cd7819b80643ea807e80fab73ce653e0 (patch)
tree542d30d69a203c0c7d8eeede05c1ae97bdbba3e1 /.config/mostrc
parentup (diff)
downloaddotfiles-bsd-3590f9f4cd7819b80643ea807e80fab73ce653e0.tar.gz
dotfiles-bsd-3590f9f4cd7819b80643ea807e80fab73ce653e0.tar.bz2
dotfiles-bsd-3590f9f4cd7819b80643ea807e80fab73ce653e0.tar.xz
dotfiles-bsd-3590f9f4cd7819b80643ea807e80fab73ce653e0.tar.zst
dotfiles-bsd-3590f9f4cd7819b80643ea807e80fab73ce653e0.zip
up
Diffstat (limited to '.config/mostrc')
-rw-r--r--.config/mostrc16
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"