Install kakoune, new bash_alias
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
alias ls='ls -lahtr'
|
||||
alias vi='vim'
|
||||
alias vi='kak'
|
||||
alias df='/usr/bin/git --git-dir=$HOME/.dotfilesrepo/ --work-tree=$HOME'
|
||||
alias unpack='dtrx'
|
||||
|
||||
11
.config/kak/kakrc
Normal file
11
.config/kak/kakrc
Normal file
@@ -0,0 +1,11 @@
|
||||
colorscheme gruvbox-dark
|
||||
|
||||
# Use 4 spaces for indentation.
|
||||
# indentwidth controls Kakoune's indentation commands; tabstop controls display width.
|
||||
set-option global tabstop 4
|
||||
set-option global indentwidth 4
|
||||
|
||||
# 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.
|
||||
map global insert <tab> '<space><space><space><space>'
|
||||
|
||||
Reference in New Issue
Block a user