From 57592a3432c118196966165749bef7256f4433a5 Mon Sep 17 00:00:00 2001 From: David Chen Date: Fri, 6 Dec 2019 07:48:33 -0800 Subject: [PATCH] not ignoring lazygit config --- .gitignore | 3 +++ jesseduffield/lazygit/config.yml | 43 ++++++++++++++++++++++++++++++++ ranger/rc.conf | 5 ++-- 3 files changed, 48 insertions(+), 3 deletions(-) create mode 100644 jesseduffield/lazygit/config.yml diff --git a/.gitignore b/.gitignore index 4e0dd75..6410831 100755 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,6 @@ !/mutt/ /mutt/accounts/* !/my-packages.txt +!/jesseduffield/ +/jesseduffield/lazygit/* +!/jesseduffield/lazygit/config.yml diff --git a/jesseduffield/lazygit/config.yml b/jesseduffield/lazygit/config.yml new file mode 100644 index 0000000..35115b4 --- /dev/null +++ b/jesseduffield/lazygit/config.yml @@ -0,0 +1,43 @@ +confirmonquit: false +git: + autofetch: true + merging: + manualcommit: false + skiphookprefix: WIP +gui: + commitlength: + show: true + mouseevents: true + scrollheight: 2 + scrollpastbottom: true + theme: + activebordercolor: + - cyan + - bold + inactivebordercolor: + - white + lighttheme: false + optionstextcolor: + - blue +reporting: "off" +splashupdatesindex: 0 +startuppopupversion: 1 +keybinding: + universal: + prevItem-alt: 'u' # go one line up + nextItem-alt: 'e' # go one line down + prevBlock-alt: 'n' # goto the previous block / panel + nextBlock-alt: 'i' # goto the next block / panel + new: 'k' + edit: 'o' + openFile: 'O' + scrollUpMain-alt1: 'U' # main panel scrool up + scrollDownMain-alt1: 'E' # main panel scrool down + scrollDownMain-alt2: '' # main panel scrool down + status: + checkForUpdate: '' + files: + ignoreFile: 'I' + commits: + moveDownCommit: '' # move commit down one + moveUpCommit: '' # move commit up one diff --git a/ranger/rc.conf b/ranger/rc.conf index 21f3dda..561dda0 100755 --- a/ranger/rc.conf +++ b/ranger/rc.conf @@ -358,14 +358,13 @@ map gd cd ~/Desktop map gD cd ~/Downloads map gfa cd ~/.config/alacritty map gff cd ~/.config -map gfi cd ~/.config/i3 map gfr cd ~/.config/ranger map gfn cd ~/.config/nvim map gfm cd ~/.config/mutt -map gfw cd ~/.config/awesome +map gfz cd ~/.config/zsh +map gfn cd ~/.config/jesseduffield/lazygit/ map gfd cd ~/prog/dwm/ map gfs cd ~/prog/st/ -map gfz cd ~/.config/zsh map gs cd ~/scripts map ge cd /etc map guu cd /usr