diff options
| author | DrNuget <drnuget@outlook.com> | 2025-12-18 04:05:09 +0200 |
|---|---|---|
| committer | DrNuget <drnuget@outlook.com> | 2025-12-18 04:05:09 +0200 |
| commit | 80e7738a420889e84363cdd0bd6a01f5ff5b47cb (patch) | |
| tree | ca9e3014362c27d0625d18798ba620eac268880e | |
| parent | 48ab5fbddb82a2c50840d0e2013dab45fb31d30c (diff) | |
| download | dotfiles-80e7738a420889e84363cdd0bd6a01f5ff5b47cb.tar.gz | |
| -rw-r--r-- | .config/nvim/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index 61344eb..4a1a0e9 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -42,8 +42,8 @@ vim.cmd([=[ nnoremap <C-d> <C-d>zz nnoremap <C-u> <C-u>zz - " Map escape key to exit insert mode in a terminal buffer - tnoremap <esc> <C-\><C-n> + " Map escape+space key to exit insert mode in a terminal buffer + tnoremap <esc><space> <C-\><C-n> " Automatically strip trailing whitespace when saving autocmd BufWritePre * lua strip_whitespace() |
