From 131fab4a4ec299257b4377e673b625960d3defa5 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Wed, 16 Nov 2022 17:08:10 +0000 Subject: [PATCH] fix: wrong keybind for magit --- lisp/keybinds.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/keybinds.el b/lisp/keybinds.el index 0f976f9..4ac1c0a 100644 --- a/lisp/keybinds.el +++ b/lisp/keybinds.el @@ -17,8 +17,7 @@ :keymaps 'normal "m s" '(magit-status :wk "Status") "m d" '(magit-dispatch :wk "Dispatch") - "m f" '(magit-status :wk "File Dispatch")) - + "m f" '(magit-file-dispatch :wk "File Dispatch")) ;; Flymake & LSP (general-create-definer diancite/lsp