From 0d03f886734929f69c81d38aa7553ea1118dc60c Mon Sep 17 00:00:00 2001 From: Squibid Date: Sat, 9 Mar 2024 00:05:08 -0500 Subject: make gitsigns binds get defined when git attaches --- lua/conf/binds.lua | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lua') diff --git a/lua/conf/binds.lua b/lua/conf/binds.lua index 0752a93..b06bd2f 100644 --- a/lua/conf/binds.lua +++ b/lua/conf/binds.lua @@ -133,13 +133,6 @@ if pcall(require, "smart-splits") then map('n', 'r', smartsplits.start_resize_mode) end --- git -map('n', 'gp', 'Gitsigns preview_hunk_inline') -map('n', 'gs', 'Gitsigns stage_hunk') -map('n', 'gb', 'Gitsigns blame_line') -map('n', 'g]', 'Gitsigns next_hunk') -map('n', 'g[', 'Gitsigns prev_hunk') - -- neogen if pcall(require, "neogen") then map('n', 'df', require("neogen").generate, { -- cgit v1.2.1