1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
set statusline-left '%f %m %r %y %Y %x %X %p %E %M %N %n %s %t %u %%'
toggle auto-indent
toggle editorconfig
toggle emulate-tab
toggle expand-tab
toggle file-history
toggle fsync
toggle syntax
toggle brace-indent
toggle display-invisible
toggle display-special
toggle set-window-title
toggle show-line-numbers
toggle tab-bar
option 'x' syntax true
option ',x' syntax true
option 'x,y' syntax true
option 'x,y,' syntax true
option '' syntax true
option ',' syntax true
option ',-' syntax true
option ',,zzz,,zzz,' syntax true
|