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 = { 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>";