vim keybinds
This commit is contained in:
parent
e67311b5ec
commit
6a8082893d
1 changed files with 10 additions and 1 deletions
|
@ -17,8 +17,17 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
keymaps = [
|
keymaps = [
|
||||||
|
# Simple save Ctrl + S
|
||||||
|
{ action = "<cmd>w<CR>"; key = "<C-s>"; options.silent = true; }
|
||||||
|
|
||||||
|
# Vsplit
|
||||||
|
{ action = "<cmd>vsplit<CR>"; key = "<D-l>"; options.silent = true; }
|
||||||
|
|
||||||
|
# [H]split
|
||||||
|
{ action = "<cmd>split<CR>"; key = "<D-k>"; options.silent = true; }
|
||||||
|
|
||||||
# Toggleterm Ctrl + `
|
# Toggleterm Ctrl + `
|
||||||
{ action = "<cmd>ToggleTerm<CR>"; key = "<C-`>"; options.silent = true; }
|
{ action = "<cmd>ToggleTerm<CR>"; key = "<C-`>"; options.silent = true; }
|
||||||
];
|
];
|
||||||
|
|
||||||
plugins = {
|
plugins = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue