Vi map command


 
Thread Tools Search this Thread
Operating Systems HP-UX Vi map command
# 1  
Old 05-05-2009
Vi map command

Hi, I'm trying to map a vi editor key to some commands. I'm using HP-UX 11.11. the command looks like

map ~cmnt o * Suman Satpathy : <Esc> :r! date "\%d\%m\%y" <Esc> j$J

basically my idea is to map a shortcut for my commentlines.

but when I run the shortcut it inserts the line as below
* Suman Satpathy : <Esc> :r! date "\%d\%m\%y" <Esc> j$J

I have tried ^[ in place of <Esc> no effect Smilie..

Anybody have any idea why this is not working?? I have checked there are no map keys for esc..
# 2  
Old 05-06-2009
Removed post from existing thread and opened a new thread.
Follow the rules: no thread/post highjacking
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

How can I map hdisk# to rhdisk#?

Some storage/disks have been added to an existing AIX 6.1 server. The admin sent me the list of hdisk#'s for the new disks, but I need the corresponding rhdisk# for the same hdisk. (I know from past experience that the rhdisk that maps to an hdisk is not always the same number. For instance,... (5 Replies)
Discussion started by: sbrower
5 Replies

2. Programming

Map Question C++

Hello All, I am having an issue of putting a Boolean value in the maps as the 3rd parameter. Something like the following : int value; std::map<String str, int x, bool bl> where bool returns false if x>value else true. All I see in the map examples is that I can add the... (2 Replies)
Discussion started by: mind@work
2 Replies

3. UNIX for Advanced & Expert Users

How to map on a Windows disk ?

Hi, I have installed ubuntu. -how to see the disk on Windows machine ? I should copy some files from a Windows machien which is on the same network to my ubuntu machine. Thank you. (4 Replies)
Discussion started by: big123456
4 Replies

4. Shell Programming and Scripting

Grep and map in perl

Hi guys, I'm trying to learn grep and map and having a little problem. Let's say I have a file which contains: Apple: abcdcabdadddbac I want to replace any combinations of three of abcd, thus when I do this: print grep {s/{3}/X/g} <F>; # will do the subtitution fine, output XXXX ... (1 Reply)
Discussion started by: new bie
1 Replies

5. Programming

STL map

Hi there, I am using the STL map and I print the map using: map <string, float> ngram_token_index ; map <string, float>::iterator map_iter ; //read the map ... // print the map for ( map_iter = ngram_token_index.begin() ; map_iter != ngram_token_index.end() ; map_iter++ ) cout << ... (2 Replies)
Discussion started by: superuser84
2 Replies

6. UNIX for Advanced & Expert Users

map comparsion

Hi all I have to compare maps/files on two seperate boxes and the output must be as following: 1)list the maps/file on box1 2)list the maps/file on box2 3)List maps in both the environments a) which are same b)which are different pls any ideas are appreciated thnks (2 Replies)
Discussion started by: bkan77
2 Replies

7. UNIX for Dummies Questions & Answers

Unix command in mind map

I found this link that might be useful for a newbie to remember unix commands. It use mind map technique and summarize everything within one page. http://mind-map-you.blogspot.com/2006/12/unix-command-in-mind-map.html (0 Replies)
Discussion started by: bani100
0 Replies

8. UNIX for Dummies Questions & Answers

Could not reverse map address

Hello, I am tring to connect with putty for pocket pc to my server with ssh ver2 but i am rejecting with the password. on the logs /var/log/secure i get the error: Could not reverse map address I am tring to connect from lan behind a router to a lan behind a router. I have set the option ... (2 Replies)
Discussion started by: nadav
2 Replies

9. UNIX for Dummies Questions & Answers

Unix map?

There is a "Map"? of Unix and all its varients somewhere on the net. I used to have the link , but can't find it now. Anyone out there have a clue???? A good magician never reveals his secret; the unbelievable trick becomes simple and obvious once it is explained. So too with... (3 Replies)
Discussion started by: Bodhi
3 Replies
Login or Register to Ask a Question