add-highlighter global/ number-lines -separator ' ' set-face global LineNumbers rgb:ffff54 set global ui_options terminal_assistant=none #auto completion hook global InsertCompletionShow .* %{ map window insert map window insert } hook global InsertCompletionHide .* %{ unmap window insert unmap window insert } hook global WinSetOption .* %{ expandtab # must be before softtabstop set-option buffer indentwidth 4 set-option global softtabstop 4 # number of spaces to delete on backspace }