From 4652a2450cb3b30bf8a9da784fbe1cf5022d351c Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sat, 7 Jun 2025 12:39:49 +0200 Subject: [PATCH] remove terminal movement keys, and disable rustfmt_autosave --- init.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/init.lua b/init.lua index 614ed3e..1483f08 100644 --- a/init.lua +++ b/init.lua @@ -55,17 +55,13 @@ vim.cmd [[ nnoremap k nnoremap l nnoremap ,v v - tnoremap h - tnoremap j - tnoremap k - tnoremap l tnoremap c c autocmd TextYankPost * silent! lua vim.highlight.on_yank {higroup='Visual', timeout=100} autocmd BufEnter *__virtual* setlocal buftype=nofile bufhidden=hide noswapfile - let g:rustfmt_autosave = 1 + let g:rustfmt_autosave = 0 " remove annoying and bad indentation autocmd FileType * setlocal indentexpr=