from-scratch rewrite #1
@ -1,5 +1,6 @@
|
|||||||
vim.opt.langmap = "+]ü["
|
vim.opt.langmap = "+]ü["
|
||||||
vim.keymap.set("n", "ü", "[", {remap=true})
|
vim.keymap.set("n", "ü", "[", {remap=true})
|
||||||
|
vim.keymap.set("n", "Ü", "]", {remap=true})
|
||||||
|
|
||||||
vim.opt.expandtab = true
|
vim.opt.expandtab = true
|
||||||
vim.opt.shiftwidth = 4
|
vim.opt.shiftwidth = 4
|
||||||
|
Loading…
Reference in New Issue
Block a user