neovim: refined the no-/wrapping and scrolling a little
This commit is contained in:
parent
f401604b21
commit
c5b1898733
1 changed files with 5 additions and 3 deletions
|
@ -17,11 +17,13 @@ Col
|
|||
" and HideTabs.
|
||||
set nowrap
|
||||
set list
|
||||
command ShowTabs let &l:listchars = 'tab:╾─,extends:┃,precedes:┃,nbsp:␣'
|
||||
command HideTabs let &l:listchars = 'tab: ,extends:┃,precedes:┃,nbsp:␣'
|
||||
ShowTabs
|
||||
set showbreak=❱
|
||||
set listchars=tab:╾─,extends:❱,precedes:❰,nbsp:␣
|
||||
command ShowTabs set listchars-=tab:\ \
|
||||
command HideTabs set listchars+=tab:\ \
|
||||
set sidescroll=1
|
||||
set sidescrolloff=8
|
||||
set scrolloff=2
|
||||
|
||||
" Classic
|
||||
set number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue