Add helix config and dc alias
This commit is contained in:
parent
0cc35f6720
commit
5acb13e483
|
@ -47,6 +47,7 @@ l common/scim/rc $h/.scimrc
|
||||||
l common/scim/lua $h/.scim/lua
|
l common/scim/lua $h/.scim/lua
|
||||||
l common/nnn $c/nnn
|
l common/nnn $c/nnn
|
||||||
l common/kak $c/kak
|
l common/kak $c/kak
|
||||||
|
l common/helix $c/helix
|
||||||
l common/gpg/agent.conf $h/.gnupg/gpg-agent.conf
|
l common/gpg/agent.conf $h/.gnupg/gpg-agent.conf
|
||||||
l common/htop/rc $c/htop/htoprc
|
l common/htop/rc $c/htop/htoprc
|
||||||
l common/kitty $c/kitty
|
l common/kitty $c/kitty
|
||||||
|
|
|
@ -165,6 +165,7 @@ alias mount 'sudo -E mount'
|
||||||
alias umount 'sudo -E umount'
|
alias umount 'sudo -E umount'
|
||||||
|
|
||||||
has_command xdg-open && alias open xdg-open
|
has_command xdg-open && alias open xdg-open
|
||||||
|
has_command docker && alias dc "docker compose"
|
||||||
|
|
||||||
function fish_preexec
|
function fish_preexec
|
||||||
test -n $TMUX && begin
|
test -n $TMUX && begin
|
||||||
|
|
2
common/helix/config.toml
Normal file
2
common/helix/config.toml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[keys.insert]
|
||||||
|
j = { k = "normal_mode" }
|
|
@ -1,6 +1,6 @@
|
||||||
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
||||||
# The parser is also very primitive, and not human-friendly.
|
# The parser is also very primitive, and not human-friendly.
|
||||||
htop_version=3.1.1
|
htop_version=3.1.2
|
||||||
config_reader_min_version=2
|
config_reader_min_version=2
|
||||||
fields=0 48 17 18 38 39 40 2 46 47 49 1
|
fields=0 48 17 18 38 39 40 2 46 47 49 1
|
||||||
sort_key=47
|
sort_key=47
|
||||||
|
|
Reference in a new issue