mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 07:04:47 +00:00
leader t
This commit is contained in:
parent
3db2b6cdce
commit
1db6db7f92
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ map("n", "J", "mzJ`z", { desc = "Join lines keeping cursor position" })
|
|||
map("x", "x", '"_x', { desc = "Delete char without yanking" })
|
||||
map("x", "p", '"_dP', { desc = "Paste without yanking replaced text" })
|
||||
map("n", "<Esc>", "<cmd>nohlsearch<cr>", { desc = "Clear search highlight" })
|
||||
map("n", "<leader>tw", "<cmd>setlocal wrap!<cr>", { desc = "Toggle word wrap" })
|
||||
map("n", "<leader>t", "<cmd>setlocal wrap!<cr>", { desc = "Toggle word wrap" })
|
||||
|
||||
|
||||
-- Terminal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue