diff --git a/jesseduffield/lazygit/config.yml b/jesseduffield/lazygit/config.yml index 22638e1..177fde0 100644 --- a/jesseduffield/lazygit/config.yml +++ b/jesseduffield/lazygit/config.yml @@ -28,6 +28,8 @@ keybinding: nextItem-alt: 'e' prevBlock-alt: 'n' nextBlock-alt: 'i' + nextMatch: '=' + prevMatch: '-' new: 'k' edit: 'o' openFile: 'O' diff --git a/zsh/zshrc b/zsh/zshrc index 58bc04d..93dc512 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -8,7 +8,7 @@ export PATH=$PATH:/home/david/prog/flutter/bin export TERM=xterm-256color export TERM_ITALICS=true export RANGER_LOAD_DEFAULT_RC="false" -export TERM=screen-256color +#export TERM=screen-256color export EDITOR=nvim export XDG_CONFIG_HOME=/home/david/.config