presentations/.nvim.lua

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
224 B
Lua
Raw Normal View History

2025-05-09 09:21:52 +01:00
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")