From 7c6e47083365be288324c6de32c985bfc5d8e383 Mon Sep 17 00:00:00 2001 From: Bryan Date: Sun, 24 Aug 2025 07:40:06 -0600 Subject: [PATCH] lnk: added config.yaml --- .config/ov/config.yaml | 223 +++++++++++++++++++++++++++++++++++++++++ .lnk | 1 + 2 files changed, 224 insertions(+) create mode 100644 .config/ov/config.yaml diff --git a/.config/ov/config.yaml b/.config/ov/config.yaml new file mode 100644 index 0000000..70f6b5d --- /dev/null +++ b/.config/ov/config.yaml @@ -0,0 +1,223 @@ +# This is the ov config file. +# Copy it to `$XDG_CONFIG_HOME/ov/config.yaml` or start it with `ov --config ov.yaml`. +# +# CaseSensitive: false +# SmartCaseSensitive: false +# RegexpSearch: false +# Incsearch: true +# BeforeWriteOriginal: 1000 +# AfterWriteOriginal: 0 +# MemoryLimit: 10000 +# Prompt: +# Normal: +# ShowFilename: true +# InvertColor: true + +General: + TabWidth: 8 + Header: 0 + AlternateRows: false + ColumnMode: false + LineNumMode: false + WrapMode: true + ColumnDelimiter: "," + MarkStyleWidth: 1 + +# Style +# String of the color name: Foreground, Background +# Boolean: Bold, Blink, Dim, Italic, Underline +StyleAlternate: + Background: "gray" +StyleHeader: + Bold: true +StyleOverStrike: + Bold: true +StyleOverLine: + Underline: true +StyleLineNumber: + Bold: true +StyleSearchHighlight: + Reverse: true +StyleColumnHighlight: + Reverse: true +StyleMarkLine: + Background: "darkgoldenrod" +StyleSectionLine: + Background: "darkslategray" +StyleMultiColorHighlight: + - Foreground: "red" + - Foreground: "aqua" + - Foreground: "yellow" + - Foreground: "fuchsia" + - Foreground: "lime" + - Foreground: "blue" + - Foreground: "grey" +StyleJumpTargetLine: + Underline: true + +# Keybind +# Special key +# "Enter","Backspace","Tab","Backtab","Esc", +# "Backspace2", "Delete", "Insert", +# "Up", "Down", "Left", "Right", "Home", "End", +# "F1...F64" +# Modifier key +# "ctrl", "alt", "meta", "shift" +# Connect with modifier key + key +# "ctrl+c" +KeyBind: + exit: + - "Escape" + - "q" + cancel: + - "ctrl+c" + write_exit: + - "Q" + set_write_exit: + - "ctrl+q" + suspend: + - "ctrl+z" + sync: + - "ctrl+l" + reload: + - "ctrl+alt+l" + - "F5" + watch: + - "ctrl+alt+w" + - "F4" + watch_interval: + - "ctrl+w" + follow_mode: + - "ctrl+f" + follow_all: + - "ctrl+a" + follow_section: + - "F2" + help: + - "h" + - "ctrl+alt+c" + - "ctrl+f1" + logdoc: + - "ctrl+f2" + - "ctrl+alt+e" + down: + - "Enter" + - "Down" + - "ctrl+N" + - "j" + up: + - "Up" + - "ctrl+p" + - "k" + top: + - "Home" + - "g" + bottom: + - "End" + - "G" + left: + - "left" + right: + - "right" + half_left: + - "ctrl+left" + half_right: + - "ctrl+right" + page_up: + - "PageUp" + - "ctrl+b" + - "b" + page_down: + - "PageDown" + - "ctrl+v" + - "ctrl+f" + - "f" + page_half_up: + - "ctrl+u" + - "K" + - "u" + page_half_down: + - "ctrl+d" + - "J" + - "d" + section_delimiter: + - "alt+d" + section_start: + - "ctrl+F3" + - "alt+s" + next_section: + - "space" + last_section: + - "9" + previous_section: + - "^" + mark: + - "m" + remove_mark: + - "M" + - "ctrl+m" + remove_all_mark: + - "ctrl+delete" + next_mark: + - ">" + previous_mark: + - "<" + set_view_mode: + - "p" + - "P" + alter_rows_mode: + - "C" + line_number_mode: + - "#" + search: + - "/" + wrap_mode: + - "w" + - "W" + column_mode: + - "c" + backsearch: + - "?" + delimiter: + - "d" + header: + - "H" + skip_lines: + - "ctrl+s" + tabwidth: + - "t" + goto: + - "o" + next_search: + - "n" + next_backsearch: + - "N" + next_doc: + - "]" + previous_doc: + - "[" + toggle_mouse: + - "ctrl+f3" + - "ctrl+alt+r" + multi_color: + - "." + jump_target: + - "T" + +Mode: + Psql: + Header: 2 + AlternateRows: true + ColumnMode: true + LineNumMode: false + WrapMode: true + ColumnDelimiter: "|" + Mysql: + Header: 3 + AlternateRows: true + ColumnMode: true + LineNumMode: false + WrapMode: true + ColumnDelimiter: "|" + man: + SectionDelimiter: "^[a-z][A-Z]" diff --git a/.lnk b/.lnk index 3f9d124..46ed38a 100644 --- a/.lnk +++ b/.lnk @@ -1,3 +1,4 @@ +.config/ov/config.yaml .config/stew/stew.config.json .local/share/stew/Stewfile.lock.json .zsh_plugins.txt