From 94462657dc031ffab452346064db4979ea690fa9 Mon Sep 17 00:00:00 2001 From: Michel Date: Tue, 11 Apr 2023 10:52:05 +0200 Subject: [PATCH] feat(lg): use azerty keybindings --- .config/lazygit/config.yml | 11 ++++++++--- .config/lazygit/state.yml | 13 +++++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 .config/lazygit/state.yml diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index 25475b3..4c939ce 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -1,7 +1,4 @@ # https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md -# -# https://dandavison.github.io/delta/ -# https://github.com/dandavison/delta/releases customCommands: @@ -35,6 +32,8 @@ git: paging: colorArg: always pager: delta --features="lazygit my-style" + # https://dandavison.github.io/delta/ + # https://github.com/dandavison/delta/releases gui: authorColors: @@ -52,7 +51,13 @@ gui: timeFormat: '02 Jan 15:04' keybinding: + # https://github.com/jesseduffield/lazygit/blob/master/docs/keybindings/Keybindings_en.md + # https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default universal: + nextTab: ')' + prevTab: '(' + nextScreenMode: '+' + prevScreenMode: '=' refresh: "" notARepository: 'skip' diff --git a/.config/lazygit/state.yml b/.config/lazygit/state.yml new file mode 100644 index 0000000..8a14a16 --- /dev/null +++ b/.config/lazygit/state.yml @@ -0,0 +1,13 @@ +lastupdatecheck: 1680883999 +recentrepos: +- /home/michel +- /home/michel/dev/ChargeurDC/zoe_main +- /home/michel/.config/nvim +- /home/michel/dev/ChargeurDC/bridge +- /home/michel/.local/share/nvim/lazy/LazyVim +- /home/michel/dev/ChargeurDC/zoe_WW-bridge +- /home/michel/dev_3rd/nvim/LazyVim-starter +- /home/michel/dev/ACE-EV/main-app +startuppopupversion: 5 +customcommandshistory: [] +hidecommandlog: true