From 22d1b8173440b1e5c6f5b9679c070457f5c8e7e8 Mon Sep 17 00:00:00 2001 From: David Chen Date: Tue, 25 Feb 2020 10:36:48 -0800 Subject: [PATCH] lazygit config update --- jesseduffield/lazygit/config.yml | 2 ++ zsh/zshrc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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