aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/fish_vi_mode.fish
blob: 4b54dd00f996a4f59801d94e71853e4015dbf733 (plain)
1
2
3
4
5
6
function fish_vi_mode
	echo 'The `fish_vi_mode` function is deprecated.' >&2
	echo 'Please switch to calling `fish_vi_key_bindings`.' >&2
	# Turn on vi keybindings
	set -g fish_key_bindings fish_vi_key_bindings
end