From 647ab9bf0f94423722deb561d452bbccc5ce3281 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 29 Mar 2020 18:13:03 +1100 Subject: [PATCH] better keybinding --- docs/Config.md | 3 +-- pkg/config/app_config.go | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/Config.md b/docs/Config.md index e1d0cb689..1ad13d443 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -90,7 +90,7 @@ Default path for the config file: undo: 'z' redo: '' filteringMenu: - diffingMenu: '\' + diffingMenu: '' status: checkForUpdate: 'u' recentRepos: '' @@ -134,7 +134,6 @@ Default path for the config file: cherryPickCopyRange: 'C' pasteCommits: 'v' tagCommit: 'T' - toggleDiffCommit: 'i' checkoutCommit: '' resetCherryPick: '' stash: diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go index 72e10b095..9db3ce547 100644 --- a/pkg/config/app_config.go +++ b/pkg/config/app_config.go @@ -321,7 +321,7 @@ keybinding: undo: 'z' redo: '' filteringMenu: - diffingMenu: '\' + diffingMenu: '' status: checkForUpdate: 'u' recentRepos: '' @@ -366,7 +366,6 @@ keybinding: cherryPickCopyRange: 'C' pasteCommits: 'v' tagCommit: 'T' - toggleDiffCommit: 'i' checkoutCommit: '' resetCherryPick: '' stash: