All public logs
From Notes_Wiki
Combined display of all available logs of Notes_Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:52, 30 August 2022 Saurabh talk contribs created page Using vi editing mode on shell (Created page with "Home > VIOS or AIX > Using vi editing mode on shell We can use following to enable vi editing mode on shell: <pre> set -o vi </pre> After this we can do the following at least: ;Esc + v : Escape takes to control mode and then v is for editing the line in vi. After editing we can use :wq to execute the typed command 'Esc + k : Escape takes to control mode and then k takes to previous command in history. More on this at https://www.ibm.com/docs/...")