lazygit config update

This commit is contained in:
David Chen 2020-02-25 10:36:48 -08:00
parent 9fb00ae0aa
commit 22d1b81734
2 changed files with 3 additions and 1 deletions

View file

@ -28,6 +28,8 @@ keybinding:
nextItem-alt: 'e'
prevBlock-alt: 'n'
nextBlock-alt: 'i'
nextMatch: '='
prevMatch: '-'
new: 'k'
edit: 'o'
openFile: 'O'

View file

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