mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-22 03:35:03 +02:00
fix: keymaps rendo CTRL+r
This commit is contained in:
parent
8254e41ef5
commit
4c30893658
3 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue