square bracket reamp
This commit is contained in:
parent
e7cea6c88d
commit
f17b2cd074
@ -1,5 +1,6 @@
|
||||
vim.opt.langmap = "+]ü["
|
||||
vim.keymap.set("n", "ü", "[", {remap=true})
|
||||
vim.keymap.set("n", "Ü", "]", {remap=true})
|
||||
|
||||
vim.opt.expandtab = true
|
||||
vim.opt.shiftwidth = 4
|
||||
|
Loading…
Reference in New Issue
Block a user