diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-06-07 22:47:15 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-06-07 22:47:15 +0200 |
| commit | 05de77e93f2d37806543b4f31ec7d5b3754d530e (patch) | |
| tree | 5b6954413b78521e35cf09dd855b3221f9a6c069 | |
| parent | 37badfc0238b672179ae726009c5b4956911dff9 (diff) | |
| download | dotfiles-05de77e93f2d37806543b4f31ec7d5b3754d530e.tar.gz dotfiles-05de77e93f2d37806543b4f31ec7d5b3754d530e.zip | |
Changed comment for to exit insert-mode to "jk"
| -rw-r--r-- | lua/user/keys.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/keys.lua b/lua/user/keys.lua index 75df193..b3db14a 100644 --- a/lua/user/keys.lua +++ b/lua/user/keys.lua @@ -19,7 +19,7 @@ vim.g.mapleader = ";" -- Repeat last command using `<Space>` instead of `.` NOTE: commented out in favour of "ggandor/flit.nvim" --map("n", "<Space>", ".") --- "jj" to exit insert-mode +-- "jk" to exit insert-mode map("i", "jk", "<esc>") -- Reload nvim config |
