diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-08-26 23:48:35 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-08-26 23:48:35 +0200 |
| commit | f26108bc10a22fef7cc622b835aaf3ac6c63ea56 (patch) | |
| tree | 6003a71419bab2e8481c1cb479f5e061f47c15b0 /lua/user/keys.lua | |
| parent | e80d83d242ff4e80842d38482a32dec96c31a61f (diff) | |
| download | dotfiles-f26108bc10a22fef7cc622b835aaf3ac6c63ea56.tar.gz dotfiles-f26108bc10a22fef7cc622b835aaf3ac6c63ea56.zip | |
Removed mapping 'kj'
Diffstat (limited to 'lua/user/keys.lua')
| -rw-r--r-- | lua/user/keys.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/user/keys.lua b/lua/user/keys.lua index 00dc3fd..5bf3ee9 100644 --- a/lua/user/keys.lua +++ b/lua/user/keys.lua @@ -12,7 +12,6 @@ vim.g.mapleader = ';' -- "jk" and "kj" to exit insert-mode map('i', 'jk', '<esc>') -map('i', 'kj', '<esc>') -- Jump to next match on line using `.` instead of `;` NOTE: commented out in favour of "ggandor/flit.nvim" --map("n", ".", ";") |
