test
This commit is contained in:
parent
3b9218b2b9
commit
b31e9bb8c8
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@
|
|||
(nmap "<leader>gc" ":Git commit -a<CR>" // desc "[C]ommit" )
|
||||
(nmap "<leader>gp" ":Git push<CR>" // desc "[P]ush")
|
||||
# Window Management
|
||||
(nmap "<leader>wh" "<C-w>" // desc "Move to left window")
|
||||
(nmap "<leader>w" "<C-w>" // desc "Move to left window")
|
||||
# (nmap "<leader>wl" "<GO_TO_RIGHT_WINDOW>" // desc "Move to right window")
|
||||
# (nmap "<leader>wj" "<GO_TO_LOWER_WINDOW>" // desc "Move to lower window")
|
||||
# (nmap "<leader>wk" "<GO_TO_UPPER_WINDOW>" // desc "Move to upper window")
|
||||
|
@ -130,7 +130,7 @@
|
|||
action = "help_tags";
|
||||
desc = "Search [H]elp";
|
||||
};
|
||||
"<leader>w" = {
|
||||
"<leader>W" = {
|
||||
action = "grep_string";
|
||||
desc = "Search for [W]ord under cursor";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue