This commit is contained in:
Adithya 2023-04-03 22:28:39 +05:30
parent f29602df02
commit b53c3b2e14
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -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>";