dev: automated commit - 2025-10-12 17:49:26
This commit is contained in:
parent
8846fe8a52
commit
332c6aa6d6
4 changed files with 80 additions and 26 deletions
|
|
@ -88,5 +88,8 @@ nmap("qk", "<cmd>cprev<cr>", { desc = "Previous quickfix item" })
|
|||
|
||||
nmap("<Esc>", "<cmd>nohlsearch<CR>", { desc = "Clear search highlights" })
|
||||
|
||||
-- Restore 's' key functionality (Mini.surround overrides it by default)
|
||||
nmap("s", "cl", { desc = "Delete character and enter insert mode" })
|
||||
|
||||
-- Launch lazygit in a new tmux pane, exits when done
|
||||
nmap("<leader>lg", "<cmd>!tmux new-window -c " .. vim.fn.getcwd() .. " -- lazygit <CR><CR>", { desc = "LazyGit" })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue