mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 10:53:51 -08:00
feat(keys)!: change harpoon keymaps
This commit is contained in:
parent
364788b99e
commit
6ab1d3adfb
2 changed files with 5 additions and 5 deletions
|
@ -37,7 +37,7 @@
|
|||
{
|
||||
mode = "n";
|
||||
action = ":CellularAutomaton make_it_rain<CR>";
|
||||
key = "<leader>kys";
|
||||
key = "<leader>mr";
|
||||
options = {
|
||||
silent = true;
|
||||
noremap = true;
|
||||
|
|
|
@ -82,10 +82,10 @@
|
|||
"4" = "<Leader>h4";
|
||||
};
|
||||
navFile = {
|
||||
"1" = "<C-h>";
|
||||
"2" = "<C-j>";
|
||||
"3" = "<C-k>";
|
||||
"4" = "<C-l>";
|
||||
"1" = "<leader>j";
|
||||
"2" = "<leader>k";
|
||||
"3" = "<leader>l";
|
||||
"4" = "<leader>;";
|
||||
"5" = "<Leader>1";
|
||||
"6" = "<Leader>2";
|
||||
"7" = "<Leader>3";
|
||||
|
|
Loading…
Reference in a new issue