rc: new bash alias and kakoune changes
This commit is contained in:
@@ -2,3 +2,4 @@ alias ls='ls -lahtr'
|
||||
alias vi='kak'
|
||||
alias df='/usr/bin/git --git-dir=$HOME/.dotfilesrepo/ --work-tree=$HOME'
|
||||
alias unpack='dtrx'
|
||||
alias imv='imv-wayland'
|
||||
|
||||
@@ -9,6 +9,9 @@ set-option global makecmd 'bash build.sh'
|
||||
map global user n :make-next-error<ret>
|
||||
map global user p :make-previous-error<ret>
|
||||
|
||||
# Toggle line comments for the current selection/line.
|
||||
map global user / ': comment-line<ret>'
|
||||
|
||||
# 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