From 9de95ae8095d5c22fafc0345b590d0316806be23 Mon Sep 17 00:00:00 2001 From: "Liu, Joey" Date: Thu, 3 May 2018 21:35:48 -0400 Subject: [PATCH] Fix: desc of keymap git staging --- modules/config/default/+bindings.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/config/default/+bindings.el b/modules/config/default/+bindings.el index 7f03cda27..4236d3f88 100644 --- a/modules/config/default/+bindings.el +++ b/modules/config/default/+bindings.el @@ -204,10 +204,10 @@ :desc "Magit pull popup" :n "P" #'magit-pull-popup :desc "Git revert hunk" :n "r" #'git-gutter:revert-hunk :desc "Git revert file" :n "R" #'vc-revert - :desc "Git status" :n "s" #'git-gutter:stage-hunk - :desc "Git stage hunk" :n "S" #'magit-stage-file + :desc "Git stage hunk" :n "s" #'git-gutter:stage-hunk + :desc "Git stage file" :n "S" #'magit-stage-file :desc "Git time machine" :n "t" #'git-timemachine-toggle - :desc "Git stage hunk" :n "U" #'magit-unstage-file + :desc "Git unstage file" :n "U" #'magit-unstage-file :desc "Next hunk" :nv "]" #'git-gutter:next-hunk :desc "Previous hunk" :nv "[" #'git-gutter:previous-hunk)