diff --git a/.config/ov/config.yaml b/.config/ov/config.yaml index 2dc6fcd6..3a239a3e 100644 --- a/.config/ov/config.yaml +++ b/.config/ov/config.yaml @@ -161,17 +161,19 @@ KeyBind: - "Enter" - "Down" - "ctrl+N" + - "n" up: - "Up" + - "e" - "ctrl+p" top: - - "Home" + - "E" bottom: - - "End" + - "N" left: - - "left" + - "m" right: - - "right" + - "i" half_left: - "ctrl+left" half_right: @@ -202,9 +204,9 @@ KeyBind: previous_section: - "^" mark: - - "m" + - "k" remove_mark: - - "M" + - "K" remove_all_mark: - "ctrl+delete" next_mark: @@ -238,9 +240,9 @@ KeyBind: goto: - "g" next_search: - - "n" + - "j" next_backsearch: - - "N" + - "J" next_doc: - "]" previous_doc: @@ -251,7 +253,7 @@ KeyBind: multi_color: - "." jump_target: - - "j" + - "ctrl+j" Mode: markdown: diff --git a/.zshrc b/.zshrc index eb36271a..5f04721f 100644 --- a/.zshrc +++ b/.zshrc @@ -4,6 +4,7 @@ ZSH="$HOME/.oh-my-zsh" export DISABLE_LS_COLORS=true export PAGER=ov export MANPAGER="ov --section-delimiter '^[^\s]' --section-header" +export EGET_BIN="/home/fic/.eget/bin" plugins=(ssh-agent git github zsh-autosuggestions zsh-syntax-highlighting aliases copybuffer copyfile copypath fancy-ctrl-z systemd ) # plugins=(ssh-agent git github zsh-autosuggestions zsh-syntax-highlighting aliases colored-man-pages copybuffer copyfile copypath fancy-ctrl-z systemd ) source ~/.profile @@ -100,6 +101,7 @@ export PATH="$PATH:/home/fic/.local/bin:/home/fic/.cargo/bin:/home/fic/go/bin" export PATH="$PATH:/home/fic/.local/share/bob/nvim-bin" export PATH="$PATH:/home/fic/.luarocks/bin" export PATH="$PATH:/home/fic/.local/share/npm/bin" +export PATH="$PATH:/home/fic/.local/share/npm/bin" fpath=(~/.zsh.d/ $fpath) function nh() { nohup "$@" > /dev/null 2>&1 &