Skip to content

Commit 50f385d

Browse files
fei6409FabijanZulj
authored andcommitted
fix: Drop repeated stack_push mapping
1 parent 525bcb7 commit 50f385d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lua/blame/views/window_view.lua

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -285,16 +285,6 @@ function WindowView:setup_keybinds(buff)
285285
self.config
286286
)
287287

288-
mappings.set_keymap(
289-
"n",
290-
"stack_push",
291-
function()
292-
self:blame_stack_push()
293-
end,
294-
{ buffer = buff, nowait = true, silent = true, noremap = true },
295-
self.config
296-
)
297-
298288
mappings.set_keymap(
299289
"n",
300290
"stack_pop",

0 commit comments

Comments
 (0)