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