feat: nvim scrolloff to see what you're doing when doing search and replace
This commit is contained in:
parent
a5ce61a59f
commit
d0d3978a05
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ vim.o.foldlevel = 99
|
||||||
|
|
||||||
vim.o.grepprg = "grep -rn"
|
vim.o.grepprg = "grep -rn"
|
||||||
|
|
||||||
|
vim.o.scrolloff = 2
|
||||||
vim.wo.cc = "80"
|
vim.wo.cc = "80"
|
||||||
|
|
||||||
-- keybindings
|
-- keybindings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue