[SOLVED] vim: to input a single character and continue in command mode: what key?
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
vim: to input a single character and continue in command mode: what key?
Hi:
What's said.
I increase my knowledge in vim in two ways. Little hints about doing this or that and scattered studies using the vim help files. Please do not believe I always rely on the first one.
Click here to see the post LQ members have rated as the most helpful post in this thread.
I understand. In the language of some old editors, that would be called a macro.
I may be revising a text, and find I wrote 'wote' instead of 'wrote'. In cases like these, such a command would be nice. Now, to construct a key binding combo is beyond the elementary state of vim knowledge on my part.
Still, knowing it's not a default command, has been of grate help.
I am not sure how it can be much easier than (using example):
Code:
i -> r -> ESC
Surely any macro launched by a key combination will need to include the letter you wish to add so letter plus a
key stroke before and after seems pretty minimal to me?
So, 'r' is an arbitrary letter in your scheme? If so, it certainly looks like minimal, given that launching the macro needs two keys.
I wonder how does vim implement the 'r' command (replace one character). It has to be coded into the program, at first sight. But if the key bindings were definable by the user?
I guess I was thrown off by "continue in command mode". I assumed
you were currently in command mode, e.g. composing a search & replace,
wanted to change a letter in text and carry on typing your command.
The mode where you're not entering commands is called "Normal mode".
To be in "command mode", you do press :
I'm sorry if I misled somebody. There is a "typo" in the thread title. It says: vim: to input a single character and continue in command mode: what key? It should say: vim: to input a single character and continue in normal mode: what key?
To avoid any cofussion: the mode I currently am in is that in which typing 'I' will set you in insert mode and typing ':' will set you in command mode. But I guess now it's too late for me. The impetus has been lost. Anyway, most of you seem to have interpreted post #1 in the way it was intended by me and, so, it would remain true that three keystrokes would be the minimal count. Thanks a lot.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.