kak config for PR#4132
This commit is contained in:
parent
9352cee3e7
commit
f9c7c257b6
1 changed files with 6 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ map global normal <a-tab> -docstring 'Ensure selection cursor is after anchor' '
|
|||
|
||||
set-option -add global ui_options ncurses_assistant=none
|
||||
set-option -add global ui_options ncurses_set_title=yes
|
||||
set-option -add global ui_options ncurses_padding_char=╱ # Examples: ▚ ╳ ╱ ┼
|
||||
set-option -add global ui_options ncurses_padding_fill=yes
|
||||
|
||||
# Indent with 2 spaces and make tabs appear as 2 spaces.
|
||||
set-option global tabstop 4
|
||||
|
|
@ -187,6 +189,10 @@ plug "andreyorst/tagbar.kak" defer "tagbar" %{
|
|||
# you can also disable rendering whitespaces here, line numbers, and
|
||||
# matching characters
|
||||
}
|
||||
# To see what filetypes are supported use `ctags --list-kinds | awk '/^\w+/'
|
||||
hook global WinSetOption filetype=(c|cpp|rust) %{
|
||||
tagbar-enable
|
||||
}
|
||||
}
|
||||
|
||||
plug 'delapouite/kakoune-cd' %{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue