I'm working using Linux Mint - Cinnamon 64-bit:
vi .bashrc
While re-configuring default .bashrc file, I'm struggling w/ the transition from the existing last line to the new blank line to add new entries.
The problem is how to place the cursor after the written lines at the very end, without selecting the last character of the text as it is works by default.
What I have already tried:
- using the shortcut as:
Press Ctrl + E (Moves the cursor to the end of the line).
- using the shortcut as:
Press Ctrl + O or Enter (Moves to the next line / executes).
- using commands as:
Press i (to enter Insert mode)
Press Enter to move to the next line
- using the shortcut as:
Press Shift + D
none of these solutions work & help to move from the last line to the new line.
To clarify:
I'm not looking bind commands for just switching lines, at least, now.
I appreciate any suggestions or alternative ways, specifically, related to command line as it needs per requirements.