aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/fish_vi_mode.fish
blob: 29ddeb6c996158203457fbb144828a0237afa685 (plain)
1
2
3
4
5
function fish_vi_mode
	echo "This function is deprecated. Please call fish_vi_key_bindings directly" >&2
	# Turn on vi keybindings
	set -g fish_key_bindings fish_vi_key_bindings
end