kakoune config update
This commit is contained in:
@@ -4,6 +4,10 @@ colorscheme gruvbox-dark
|
|||||||
# indentwidth controls Kakoune's indentation commands; tabstop controls display width.
|
# indentwidth controls Kakoune's indentation commands; tabstop controls display width.
|
||||||
set-option global tabstop 4
|
set-option global tabstop 4
|
||||||
set-option global indentwidth 4
|
set-option global indentwidth 4
|
||||||
|
set-option global makecmd 'bash build.sh'
|
||||||
|
|
||||||
|
map global user n :make-next-error<ret>
|
||||||
|
map global user p :make-previous-error<ret>
|
||||||
|
|
||||||
# Kakoune does not have a Vim-style 'expandtab' option. Make a literal Tab key
|
# Kakoune does not have a Vim-style 'expandtab' option. Make a literal Tab key
|
||||||
# insert four spaces instead of a tab character while in insert mode.
|
# insert four spaces instead of a tab character while in insert mode.
|
||||||
|
|||||||
Reference in New Issue
Block a user