diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2026-03-24 08:23:34 +0100 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2026-03-24 08:23:34 +0100 |
| commit | c63c1b8ac1ce585c7c86b8889c8edfe3ef28e465 (patch) | |
| tree | 45b593f1d9a0048bd3fa095ff343236b4ea12909 /lazygit/config.yml | |
| parent | 6bc5e0e94abf2badd22d9b95a6ba6ccd8e91ea4c (diff) | |
lazygit: add nerdfonts and custom keybinds for tab switching
Diffstat (limited to 'lazygit/config.yml')
| -rw-r--r-- | lazygit/config.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lazygit/config.yml b/lazygit/config.yml index 5d3003f..bb4261c 100644 --- a/lazygit/config.yml +++ b/lazygit/config.yml @@ -3,3 +3,8 @@ gui: theme: selectedLineBgColor: - default + nerdFontsVersion: "3" +keybinding: + universal: + nextTab: <c-n> + prevTab: <c-p> |
