configs  hybrid_bindings.fish at [28137c16b9]

File config/fish/functions/hybrid_bindings.fish artifact 301a7fd6b8 part of check-in 28137c16b9


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