refactor
This commit is contained in:
parent
f29602df02
commit
b53c3b2e14
1 changed files with 2 additions and 6 deletions
|
@ -34,12 +34,8 @@
|
|||
};
|
||||
maps = {
|
||||
normal = {
|
||||
"<C-a>" = {
|
||||
action = ":bp<Return>";
|
||||
};
|
||||
"<C-d>" = {
|
||||
action = ":bn<Return>";
|
||||
};
|
||||
"<C-a>" = ":bp<Return>";
|
||||
"<C-d>" = ":bn<Return>";
|
||||
"<C-h>" = {
|
||||
silent = true;
|
||||
action = ":noh<Return>";
|
||||
|
|
Loading…
Reference in a new issue