This commit is contained in:
iFargle 2024-02-15 12:07:55 +09:00
parent 3b9218b2b9
commit b31e9bb8c8

View file

@ -55,7 +55,7 @@
(nmap "<leader>gc" ":Git commit -a<CR>" // desc "[C]ommit" ) (nmap "<leader>gc" ":Git commit -a<CR>" // desc "[C]ommit" )
(nmap "<leader>gp" ":Git push<CR>" // desc "[P]ush") (nmap "<leader>gp" ":Git push<CR>" // desc "[P]ush")
# Window Management # 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>wl" "<GO_TO_RIGHT_WINDOW>" // desc "Move to right window")
# (nmap "<leader>wj" "<GO_TO_LOWER_WINDOW>" // desc "Move to lower 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") # (nmap "<leader>wk" "<GO_TO_UPPER_WINDOW>" // desc "Move to upper window")
@ -130,7 +130,7 @@
action = "help_tags"; action = "help_tags";
desc = "Search [H]elp"; desc = "Search [H]elp";
}; };
"<leader>w" = { "<leader>W" = {
action = "grep_string"; action = "grep_string";
desc = "Search for [W]ord under cursor"; desc = "Search for [W]ord under cursor";
}; };