Skip to main content
deleted 6 characters in body
Source Link
Nikhil Mulley
  • 8.4k
  • 34
  • 50

try set +o vi

set -o vi will take into editing mode again.

http://www.hypexr.org/bash_tutorial.php#vi_cmdshttp://tldp.org/LDP/abs/html/options.html

try set +o vi

set -o vi will take into editing mode again.

http://www.hypexr.org/bash_tutorial.php#vi_cmds

try set +o vi

set -o vi will take into editing mode again.

http://tldp.org/LDP/abs/html/options.html

Source Link
Nikhil Mulley
  • 8.4k
  • 34
  • 50

try set +o vi

set -o vi will take into editing mode again.

http://www.hypexr.org/bash_tutorial.php#vi_cmds