summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristianchiarulli <chrisatmachine@gmail.com>2021-12-18 23:05:40 -0500
committerchristianchiarulli <chrisatmachine@gmail.com>2021-12-18 23:05:40 -0500
commit4f2899202ef524a0264959feb6e4775b6e82b596 (patch)
tree5b674bcb8ade9b0bcf0dcf0bcec90becc48d6b15
parentd77b55a6d17192a245b2af7548c8fe7a955e0933 (diff)
remove keymap
-rw-r--r--lua/user/keymaps.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/lua/user/keymaps.lua b/lua/user/keymaps.lua
index fb8fdb4..b4823fe 100644
--- a/lua/user/keymaps.lua
+++ b/lua/user/keymaps.lua
@@ -37,10 +37,6 @@ keymap("n", "<C-Right>", ":vertical resize +2<CR>", opts)
keymap("n", "<S-l>", ":bnext<CR>", opts)
keymap("n", "<S-h>", ":bprevious<CR>", opts)
--- Move text up and down
-keymap("n", "<A-j>", "<Esc>:m .+1<CR>==gi", opts)
-keymap("n", "<A-k>", "<Esc>:m .-2<CR>==gi", opts)
-
-- Insert --
-- Press jk fast to enter
keymap("i", "jk", "<ESC>", opts)