mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Compare commits
2 Commits
40fa9aab1c
...
ebbdb27d01
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ebbdb27d01 | ||
|
|
1b1f0199da |
@ -8,7 +8,7 @@ keymap.set({ "n", "x" }, ";", ":")
|
||||
keymap.set("i", "<c-u>", "<Esc>viwUea")
|
||||
|
||||
-- Turn the current word into title case
|
||||
keymap.set("i", "<c-u>", "<Esc>b~lea")
|
||||
keymap.set("i", "<c-t>", "<Esc>b~lea")
|
||||
|
||||
-- Paste non-linewise text above or below current line, see https://stackoverflow.com/a/1346777/6064933
|
||||
keymap.set("n", "<leader>p", "m`o<ESC>p``", { desc = "paste below current line" })
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user