fix: keymaps rendo CTRL+r

This commit is contained in:
asep komarudin 2023-12-29 14:56:29 +07:00
parent 8254e41ef5
commit 4c30893658
3 changed files with 6 additions and 6 deletions

View file

@ -2,8 +2,8 @@
vim.cmd([[
augroup _general_settings
autocmd!
autocmd FileType qf,help,man,lspinfo nnoremap <silent> <buffer> q :close<CR>
autocmd TextYankPost * silent!lua require('vim.highlight').on_yank({higroup = 'Visual', timeout = 200})
autocmd FileType qf,help,man,lspinfo nnoremap <silent> <buffer> q :close<CR>
autocmd TextYankPost * silent!lua require('vim.highlight').on_yank({higroup = 'Visual', timeout = 200})
autocmd BufWinEnter * :set formatoptions=croql
autocmd BufWinEnter * :set textwidth=80
autocmd BufWinEnter * :set colorcolumn=+1
@ -26,7 +26,7 @@ vim.cmd([[
augroup _auto_resize
autocmd!
autocmd VimResized * tabdo wincmd =
autocmd VimResized * tabdo wincmd =
augroup end
augroup _alpha