vi - anyway to jump line while in insert mode?
Hello,
I recently am put in a situation where I will be editing code on linux boxes that have nothing but vi or vim...
and have a hope that there is a way I can jump up a line while in insert mode in vi.
The reason is simply that I noticed in vi its very hard for me to enter my braces easily. In most editors, when I write a function, I add the open brace, hit enter twice and add the second brace (to avoid compilation problems)...it seems to me in vi this process requires I enter the first brace, enter twice and add the second brace, but then I have to leave insert mode and then issue a command to jump up a line and then back to insert mode.
This process I find quite annoying and problematic as its much easier for me to just use my right hand and the arrow keys in most editors. In vi the best process I have so far is - brace, enter, ,brace ESC, O, i ..then code.
Does anyone know if there is way to jump while in insert mode similar to way you can move back with CTRL-h? It would really make life easier for me...
Thanks in advance.
Comments
-
I think it can depend on what terminal you are using. But if I understand you correctly you want to go up one line in insert mode without going out of it.
I'm not so used to Vi (I use nano and Emacs etc) but just testing fast I had success with:
Ctrl-O + Up arrow
or
Ctrl-O + k
Is that working for you?
I think Ctrl-O enters normal mode for only the next command.
Edit: see: http://vim.wikia.com/wiki/Use_Ctrl-O_instead_of_Esc_in_insert_mode_mappings
h,j,k,l is same as left, down, up, right
Alt-k also worked for me, but you go into command mode. But for me Alt-k + i and Alt-k + k + k + i etc worked.0 -
agrayray wrote:Hello,
I recently am put in a situation where I will be editing code on linux boxes that have nothing but vi or vim...
and have a hope that there is a way I can jump up a line while in insert mode in vi.
The reason is simply that I noticed in vi its very hard for me to enter my braces easily. In most editors, when I write a function, I add the open brace, hit enter twice and add the second brace (to avoid compilation problems)...it seems to me in vi this process requires I enter the first brace, enter twice and add the second brace, but then I have to leave insert mode and then issue a command to jump up a line and then back to insert mode.
This process I find quite annoying and problematic as its much easier for me to just use my right hand and the arrow keys in most editors. In vi the best process I have so far is - brace, enter, ,brace ESC, O, i ..then code.
Does anyone know if there is way to jump while in insert mode similar to way you can move back with CTRL-h? It would really make life easier for me...
Thanks in advance.
I didn't understand what you need but... MACRO POWAH!!!
Just make yourself a new macro that does exactly that and you are ready to go
Press q
Press "letter you want the macro in"
"do whatever you need to do" <--- this will be repeated every time you use the macro
Press "Esc"
And you have the macro recorded
To use:
Press "@" and then the letter of the macro <--- this will activate the macro
And that's it!!!
The beauty of this is that you can use things like
23@a
And will perform the macro twenty three times0 -
Hi,
if you know the line number you want, you can:
vi <filename>
CTRL-C
":<line-number>"
then hit Enter
hope that helps
regards
Matt0 -
asedt wrote:I think Ctrl-O enters normal mode for only the next command.
marc wrote:I didn't understand what you need but... MACRO POWAH!!!
The power of Vi(m) really comes from all the commands available at a fingertip in normal mode. If you intend to really learn to use Vi effectively, you should get used to always returning to normal mode by pressing Esc or Ctrl-C after an input sequence, so that you have the full navigational power of the normal mode available between inputs. If you have the choice between Vi and Vim, you should in my opinion choose Vim, as it's more modern (syntax highlighting, text objects, built-in help) and more customizable. If you're curious about learning Vi(m), some reasons to consider learning it can be found here, and the top answer here should be quite clarifying about how things work.
If you don't intend to master these editors, but need text editors available from a terminal, there are several options. First of all, you might want to try pico or it's more recent brother nano, as they are quite intuitive and are available almost everywhere. Newer versions of nano even has features like syntax highlighting and multiple file buffers.
If you have Vim available, as opposed to it's ancestor Vi, you can create the file .vimrc in your homefolder and add the line set nocompatible to it in order to disable Vi emulation. Then arrow keys should work in insert mode by default. If not, Vim also supports defining your own commands in input mode using the inoremap command. In Vim, the Ctrl-O trick mentioned above should also work.
If the only editor available is Vi, which is a rare situation these days, I don't know of any way to make the arrow keys do what you want. You might want to install vim or nano if you have administrative privileges. If the machines have an ssh server running, you could install an editor that supports editing remote files over ssh (e.g. Emacs with TRAMP) on your personal computer.0 -
What's the point on not going to command mode?
Anyway... I *can* use the arrow keys while in insert mode... (both in vi and vim)0 -
marc wrote:Anyway... I *can* use the arrow keys while in insert mode... (both in vi and vim)0
-
marc wrote:What's the point on not going to command mode?
Anyway... I *can* use the arrow keys while in insert mode... (both in vi and vim)
In GNOME Terminal 2.32.0 i get A, B, C and D inserted on arrow keys. In VT/tty it moves and change to normal/command mode. What terminal are you using?
Using Ctrl-C instead of ESC thats makes it way better. (Ctrl-C + k + i)0 -
jabirali wrote:marc wrote:Anyway... I *can* use the arrow keys while in insert mode... (both in vi and vim)
I do use Archlinux and FreeBSD...
Anyway, my CentOS installs come with /bin/vi which seem to be vim executable renamed :S Wierd, uh?
Regards
EDIT:rpm -qf /bin/vi vim-minimal-7.0.109-7.el5
andyum info vim-minimal Installed Packages Name : vim-minimal Arch : x86_64 Epoch : 2 Version : 7.0.109 Release : 7.el5 Size : 616 k Repo : installed Summary : A minimal version of the VIM editor. License : freeware Description: VIM (VIsual editor iMproved) is an updated and improved version of the : vi editor. Vi was the first real screen-based editor for UNIX, and is : still very popular. VIM improves on vi by adding new features: : multiple windows, multi-level undo, block highlighting and more. The : vim-minimal package includes a minimal version of VIM, which is : installed into /bin/vi for use when only the root partition is : present. NOTE: The online help is only available when the vim-common : package is installed.
0
Categories
- All Categories
- 167 LFX Mentorship
- 219 LFX Mentorship: Linux Kernel
- 795 Linux Foundation IT Professional Programs
- 355 Cloud Engineer IT Professional Program
- 179 Advanced Cloud Engineer IT Professional Program
- 82 DevOps Engineer IT Professional Program
- 127 Cloud Native Developer IT Professional Program
- 112 Express Training Courses
- 112 Express Courses - Discussion Forum
- 6.2K Training Courses
- 48 LFC110 Class Forum - Discontinued
- 17 LFC131 Class Forum
- 35 LFD102 Class Forum
- 227 LFD103 Class Forum
- 14 LFD110 Class Forum
- 39 LFD121 Class Forum
- 15 LFD133 Class Forum
- 7 LFD134 Class Forum
- 17 LFD137 Class Forum
- 63 LFD201 Class Forum
- 3 LFD210 Class Forum
- 5 LFD210-CN Class Forum
- 2 LFD213 Class Forum - Discontinued
- 128 LFD232 Class Forum - Discontinued
- 1 LFD233 Class Forum
- 2 LFD237 Class Forum
- 23 LFD254 Class Forum
- 697 LFD259 Class Forum
- 109 LFD272 Class Forum
- 3 LFD272-JP クラス フォーラム
- 10 LFD273 Class Forum
- 152 LFS101 Class Forum
- 1 LFS111 Class Forum
- 1 LFS112 Class Forum
- 1 LFS116 Class Forum
- 1 LFS118 Class Forum
- LFS120 Class Forum
- 7 LFS142 Class Forum
- 7 LFS144 Class Forum
- 3 LFS145 Class Forum
- 1 LFS146 Class Forum
- 3 LFS147 Class Forum
- 1 LFS148 Class Forum
- 15 LFS151 Class Forum
- 1 LFS157 Class Forum
- 33 LFS158 Class Forum
- 8 LFS162 Class Forum
- 1 LFS166 Class Forum
- 1 LFS167 Class Forum
- 3 LFS170 Class Forum
- 2 LFS171 Class Forum
- 1 LFS178 Class Forum
- 1 LFS180 Class Forum
- 1 LFS182 Class Forum
- 1 LFS183 Class Forum
- 29 LFS200 Class Forum
- 736 LFS201 Class Forum - Discontinued
- 2 LFS201-JP クラス フォーラム
- 14 LFS203 Class Forum
- 102 LFS207 Class Forum
- 1 LFS207-DE-Klassenforum
- 1 LFS207-JP クラス フォーラム
- 301 LFS211 Class Forum
- 55 LFS216 Class Forum
- 48 LFS241 Class Forum
- 42 LFS242 Class Forum
- 37 LFS243 Class Forum
- 15 LFS244 Class Forum
- LFS245 Class Forum
- LFS246 Class Forum
- 50 LFS250 Class Forum
- 1 LFS250-JP クラス フォーラム
- LFS251 Class Forum
- 154 LFS253 Class Forum
- LFS254 Class Forum
- LFS255 Class Forum
- 5 LFS256 Class Forum
- 1 LFS257 Class Forum
- 1.3K LFS258 Class Forum
- 10 LFS258-JP クラス フォーラム
- 111 LFS260 Class Forum
- 159 LFS261 Class Forum
- 41 LFS262 Class Forum
- 82 LFS263 Class Forum - Discontinued
- 15 LFS264 Class Forum - Discontinued
- 11 LFS266 Class Forum - Discontinued
- 20 LFS267 Class Forum
- 24 LFS268 Class Forum
- 29 LFS269 Class Forum
- 1 LFS270 Class Forum
- 199 LFS272 Class Forum
- 1 LFS272-JP クラス フォーラム
- LFS274 Class Forum
- 3 LFS281 Class Forum
- 9 LFW111 Class Forum
- 260 LFW211 Class Forum
- 182 LFW212 Class Forum
- 13 SKF100 Class Forum
- 1 SKF200 Class Forum
- 1 SKF201 Class Forum
- 782 Hardware
- 198 Drivers
- 68 I/O Devices
- 37 Monitors
- 96 Multimedia
- 174 Networking
- 91 Printers & Scanners
- 83 Storage
- 743 Linux Distributions
- 80 Debian
- 67 Fedora
- 15 Linux Mint
- 13 Mageia
- 23 openSUSE
- 143 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 348 Ubuntu
- 461 Linux System Administration
- 39 Cloud Computing
- 70 Command Line/Scripting
- Github systems admin projects
- 90 Linux Security
- 77 Network Management
- 101 System Management
- 46 Web Management
- 64 Mobile Computing
- 17 Android
- 34 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 371 Off Topic
- 114 Introductions
- 174 Small Talk
- 19 Study Material
- 507 Programming and Development
- 285 Kernel Development
- 204 Software Development
- 1.8K Software
- 211 Applications
- 180 Command Line
- 3 Compiling/Installing
- 405 Games
- 309 Installation
- 97 All In Program
- 97 All In Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)