This commit is contained in:
Andrei Parhomenko 2025-01-09 05:13:43 +05:00
parent 3cc9017205
commit 7ac757f968
2 changed files with 4 additions and 0 deletions
dot/file
helix

View file

@ -228,3 +228,6 @@ export SSH_TTY=$(tty)
test -r "$SETENV" && . "$SETENV" && setenv profile
. "$HOME/.cargo/env"
export NVM_DIR="$HOME/.config/nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm

View file

@ -1,3 +1,4 @@
theme = "base16_default_dark"
[keys.normal]
"H" = "goto_line_start"