Add .nvim.lua
This commit is contained in:
parent
1fe424eb29
commit
8f6c432f86
1 changed files with 5 additions and 0 deletions
5
.nvim.lua
Normal file
5
.nvim.lua
Normal 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")
|
Loading…
Add table
Add a link
Reference in a new issue