diff options
author | max397574 <[email protected]> | 2021-10-06 07:51:22 +0200 |
---|---|---|
committer | max397574 <[email protected]> | 2021-10-06 07:51:22 +0200 |
commit | 6688d9c79d60b02f27a8cfc69fb5ca48ac526936 (patch) | |
tree | be54386b7eec887a555eefdcdcd18f8fd001f25a | |
parent | 80f6c7825ad2d0c0ab3814c36a5fde990f7954f4 (diff) |
fix(plugin): 🐛removed 2j/2k mapping
-rw-r--r-- | lua/startuptools.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/startuptools.lua b/lua/startuptools.lua index f36f3f6..5a7c6da 100644 --- a/lua/startuptools.lua +++ b/lua/startuptools.lua @@ -134,8 +134,8 @@ function M.display() end create_mappings() create_hls() - vim.api.nvim_buf_set_keymap(0, "n", "j", "2j", opts) - vim.api.nvim_buf_set_keymap(0, "n", "k", "2k", opts) + -- vim.api.nvim_buf_set_keymap(0, "n", "j", "2j", opts) + -- vim.api.nvim_buf_set_keymap(0, "n", "k", "2k", opts) if not limited_space then empty() end |