AutoYADM commit: 2025-02-17 15:30:06

This commit is contained in:
Daniel Fichtinger 2025-02-17 15:30:06 -05:00
parent 34035c24c8
commit 27841097e3
2 changed files with 13 additions and 9 deletions

View file

@ -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:

2
.zshrc
View file

@ -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 &