update keybinds

This commit is contained in:
Adithya 2023-04-03 20:12:14 +05:30
parent 7a8dc1eba0
commit f29602df02
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -29,6 +29,42 @@
termguicolors = true;
updatetime = 100;
wrap = true;
splitright = true;
splitbelow = true;
};
maps = {
normal = {
"<C-a>" = {
action = ":bp<Return>";
};
"<C-d>" = {
action = ":bn<Return>";
};
"<C-h>" = {
silent = true;
action = ":noh<Return>";
};
"<leader>1" = {
silent = true;
action = ":NvimTreeToggle<Return>";
};
"<leader>`" = {
silent = true;
action = ":split term://zsh<Return>";
};
"<leader>ff" = {
silent = true;
action = "<cmd>Telescope find_files<cr>";
};
"<leader>fg" = {
silent = true;
action = "<cmd>Telescope live_grep<cr>";
};
"<leader>fb" = {
silent = true;
action = "<cmd>Telescope buffers<cr>";
};
};
};
extraPlugins = with pkgs.vimPlugins; [ dracula-nvim git-blame-nvim ];
colorscheme = "dracula";