configs  Artifact [301a7fd6b8]

Artifact 301a7fd6b86715a480488139567b151727e93fc795d690944191e17d85396d1e:


function hybrid_bindings --description 'Vi bindings with a bit of Emacs bindings'
	for mode in default insert visual
		fish_default_key_bindings -M $mode
	end

	fish_vi_key_bindings --no-erase
end