parent
b32493780d
commit
6a87e455bd
16 changed files with 105 additions and 46 deletions
|
@ -31,7 +31,10 @@
|
|||
{
|
||||
action = "\"+y";
|
||||
key = "<leader>y";
|
||||
mode = ["n" "x"];
|
||||
mode = [
|
||||
"n"
|
||||
"x"
|
||||
];
|
||||
}
|
||||
|
||||
{
|
||||
|
@ -48,7 +51,10 @@
|
|||
{
|
||||
action = "<Esc>:w<CR>";
|
||||
key = "<C-s>";
|
||||
mode = ["i" "n"];
|
||||
mode = [
|
||||
"i"
|
||||
"n"
|
||||
];
|
||||
}
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue