fix: small fixes

This commit is contained in:
2026-08-29 15:54:35 +02:00
parent 93ba68bb33
commit c4d76c9025
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -66,7 +66,6 @@ nmap_leader("ef",
nmap_leader("en", function() MiniNotify.show_history() end, "Notifications")
-- Find ========================================================================
nmap_leader("f:", function() MiniExtra.pickers.history({ scope = ":" }) end, '":" history')
nmap_leader("fb", function() MiniPick.builtin.buffers() end, "Buffers")
nmap_leader("fc", function() MiniExtra.pickers.git_commits() end, "Commits (all)")
nmap_leader("fC", function() MiniExtra.pickers.git_commits({ path = "%" }) end, "Commits (buf)")