This commit is contained in:
Daniel Flanagan 2022-05-18 01:27:19 -05:00
parent 41173b15aa
commit a8c33c9f08
Signed by untrusted user: lytedev-divvy
GPG Key ID: 6D69CEEE4ABBCD82
4 changed files with 15 additions and 5 deletions

View File

@ -10,8 +10,8 @@ for f in vars colors prompt functions key-bindings
source $FISH_PATH/$f.fish
end
if has_command brew && test -f (brew --prefix asdf)/lib/asdf.fish
set -Ux ASDF_DIR (brew --prefix asdf)
if has_command brew && test -f (brew --prefix asdf)/libexec/asdf.fish
set --universal --export ASDF_DIR (brew --prefix asdf)
source (brew --prefix asdf)/libexec/asdf.fish
else if test -f $HOME/.asdf/asdf.fish
source $HOME/.asdf/asdf.fish
@ -41,5 +41,6 @@ if test -f /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
set --prepend --export --global fish_user_paths $HOME/.nix-profile/bin /nix/var/nix/profiles/default/bin
end
test $PWD = $HOME && begin; cd $NICE_HOME || cd; end
test $PWD = $HOME && begin
cd $NICE_HOME || cd
end

View File

@ -1,2 +1,4 @@
theme = "bogster"
[keys.insert]
j = { k = "normal_mode" }
j = { k = "normal_mode" }

1
common/helix/runtime Symbolic link
View File

@ -0,0 +1 @@
/Users/danielflanagan/code/helix/runtime

View File

@ -25,6 +25,12 @@ map shift+insert paste_from_clipboard
map ctrl+shift+v paste_from_selection
map ctrl+shift+c copy_to_clipboard
map ctrl+shift+h neighboring_window left
map ctrl+shift+l neighboring_window right
map ctrl+shift+k neighboring_window up
map ctrl+shift+j neighboring_window down
map ctrl+shift+h nth_window -1
enable_audio_bell yes
url_style single