From 9be119a2f04da924d6c75e3bb3be6a910a80b93a Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sun, 30 Aug 2020 12:09:06 +0200 Subject: [PATCH] reorder --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 35a71242..c4174dbd 100644 --- a/README.md +++ b/README.md @@ -129,12 +129,13 @@ This will log to: However, you can customize everything to your liking: See [Themes](THEMES.md). +# Key Bindings + +The key bindings can be customized: See [Key Config](KEY_CONFIG.md) on how to set them to `vim`-like bindings. + # Inspiration - [lazygit](https://github.com/jesseduffield/lazygit) - [tig](https://github.com/jonas/tig) - [GitUp](https://github.com/git-up/GitUp) - It would be nice to come up with a way to have the map view available in a terminal tool - -# Key Bindings -The key bindings can be customized: See [Key Config](KEY_CONFIG.md) on how to set them to `vim`-like bindings.