Simply add the following command in your ~/.profile_bash file:
set -o vi
That's all :)
set -o vi
$ date --date="1 days ago"or
$ date --date="-1 days"
$ date --date="1 months ago"or
$ date --date="-1 months"
$ date --date="1 hours ago"or
$ date --date="-1 hours"
$ date --date="+1 minutes"
$ date --date="+1 seconds"
$ date --date="1 month 2 hours ago"or
$ date --date="-1 month -2 hours"