chore(nvim): change some settings

This commit is contained in:
Stefan Imhoff
2023-01-19 15:50:02 +01:00
parent cb1b4046e3
commit 92bd32e3aa
3 changed files with 1 additions and 5 deletions

View File

@@ -119,7 +119,7 @@ local mappings = {
u = { "<Cmd>Telescope frecency<CR>", "MRU (Frequency)" },
},
},
P = { "<CMD>Pounce<CR>", "Pounce" },
P = { "<CMD>Prettier<CR>", "Format with Prettier" },
Q = { "<CMD>q!<CR>", "Quit" },
R = { "<CMD>lua vim.lsp.buf.rename()<CR>", "Rename" },
S = { "<CMD>lua require('spectre').open_visual({select_word=true})<CR>", "Spectre Current Word" },