Skip to content

Commit

Permalink
feat(fish): launch fedora distrobox keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
scottames committed Feb 18, 2024
1 parent e01efd0 commit 914492b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions home/private_dot_config/fish/conf.d/key_bindings.fish.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ function fish_user_key_bindings
fish_default_key_bindings -M insert
fish_vi_key_bindings --no-erase insert

{{- if eq .chezmoi.os "linux" }}
{{- if eq .chezmoi.os "linux" }}
bind -M insert \e! 'distrobox enter at;'
{{ end -}}
bind -M insert \e@ 'distrobox enter fd;'
{{ end -}}
end

# vi: ft=fish

0 comments on commit 914492b

Please sign in to comment.