summaryrefslogtreecommitdiffstats
path: root/.config/mostrc
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-10-13 22:10:10 +0200
committerjoe <rbo@gmx.us>2025-10-13 22:10:10 +0200
commita58378b190a4c0fac9d1142fa1643f82a2aaa444 (patch)
tree119a939e1f2b1971c1c8e15ee5329ca6b4109c3c /.config/mostrc
parentup (diff)
downloaddotfiles-bsd-a58378b190a4c0fac9d1142fa1643f82a2aaa444.tar.gz
dotfiles-bsd-a58378b190a4c0fac9d1142fa1643f82a2aaa444.tar.bz2
dotfiles-bsd-a58378b190a4c0fac9d1142fa1643f82a2aaa444.tar.xz
dotfiles-bsd-a58378b190a4c0fac9d1142fa1643f82a2aaa444.tar.zst
dotfiles-bsd-a58378b190a4c0fac9d1142fa1643f82a2aaa444.zip
up
Diffstat (limited to '')
-rw-r--r--.config/mostrc62
1 files changed, 0 insertions, 62 deletions
diff --git a/.config/mostrc b/.config/mostrc
deleted file mode 100644
index 7756630..0000000
--- a/.config/mostrc
+++ /dev/null
@@ -1,62 +0,0 @@
-% This is an example configuration file that provides a `less' emulation
-% for MOST.
-%
-% 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,
-% MOST will look in the users HOME directory for .mostrc on Unix systems
-% and MOST.RC on VMS systems.
-%
-% The file `most.rc' contains a listing of the default MOST keybindings.
-
-% Color settings
-
-color normal default default
-color status yellow black
-color underline magenta default
-color overstrike blue default
-
-% Keybindings
-
-unsetkey "^K"
-setkey up "^K"
-
-unsetkey ":"
-setkey next_file ":n"
-setkey find_file ":e"
-setkey next_file ":p"
-setkey toggle_options ":o"
-setkey toggle_case ":c"
-setkey delete_file ":d"
-setkey exit ":q"
-
-setkey down "e"
-setkey down "E"
-setkey down "j"
-setkey down "^N"
-setkey up "y"
-setkey up "^Y"
-setkey up "k"
-setkey up "^P"
-setkey column_left "h"
-setkey column_right "l"
-setkey page_down "f"
-setkey page_down "^F"
-setkey page_up "b"
-setkey page_up "^B"
-setkey other_window "z"
-setkey other_window "w"
-setkey search_backward "?"
-setkey bob "gg"
-setkey eob "G"
-setkey goto_mark "'"
-setkey find_file "E"
-setkey edit "v"