add-highlighter global/ number-lines -relative addhl global/ wrap -word set -add global ui_options terminal_assistant=none set -add global ui_options terminal_status_on_top=true set global indentwidth 0 set global tabstop 4 hook global WinSetOption filetype=python %{ set window indentwidth 4 hook -once -always window WinSetOption filetype=.* %{ set window indentwidth 0 } } map global user ':comment-line' -docstring 'comment line' map global user 'wl-copy' -docstring 'wl-copy' add-highlighter global/longline column 70 ,rgb:333333