enable relative numbering
This commit is contained in:
parent
12bd68e8b9
commit
5b63cfde84
2 changed files with 4 additions and 0 deletions
1
RES.md
Normal file
1
RES.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
- https://stackoverflow.com/questions/1218390/what-is-your-most-productive-shortcut-with-vim/1220118#1220118
|
||||
3
init.lua
3
init.lua
|
|
@ -242,6 +242,9 @@ vim.o.hlsearch = false
|
|||
-- Make line numbers default
|
||||
vim.wo.number = true
|
||||
|
||||
-- enable relative line numbers
|
||||
vim.wo.relativenumber = true
|
||||
|
||||
-- Enable mouse mode
|
||||
vim.o.mouse = 'a'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue