update and add terminal keymap

This commit is contained in:
2026-02-03 00:28:39 -06:00
parent bcc5185ef4
commit 9337ca7a7f
2 changed files with 26 additions and 105 deletions

View File

@@ -93,7 +93,13 @@
{
mode = "n";
key = "<leader>s";
action = ":%s/\\<<C-r><C-w>\\>/<C-r><C-w>/gI<Left><Left><Left>";
action = ":%s`\<C-r><C-w>\`<C-r><C-w>`gI<Left><Left><Left>";
}
{
mode = "n";
key = "<leader>e";
action = ":execute 'split | wincmd j | resize 10 | terminal' | normal i";
}
{