Add .nvim.lua

This commit is contained in:
Oliver Davies 2025-05-09 09:21:52 +01:00
parent 1fe424eb29
commit 8f6c432f86

5
.nvim.lua Normal file
View file

@ -0,0 +1,5 @@
vim.keymap.set("n", "<leader>ta", '_iTextAnnotation "<Esc>A"<Esc>j')
vim.keymap.set("v", "<leader>ta", ':norm ITextAnnotation "<Esc>gv:norm A"<Esc>')
vim.keymap.set("n", "<Left>", "gT")
vim.keymap.set("n", "<Right>", "gt")