Sponsored Content
Full Discussion: Unix vi editor
Top Forums UNIX for Advanced & Expert Users Unix vi editor Post 59244 by Quintab on Tuesday 14th of December 2004 03:43:51 PM
Old 12-14-2004
character conversion

Lloyd,

Have you tried iconv? You can convert character sets prior to ftping them.

Also, I use vim in a graphical terminal. I can change the keyboard on the fly to change from English, French and German keyboards. (I'm not sure this would work from a console terminal with vi.)

-hope this helps
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how to make VI editor show colors in Unix

Hi, I saw some people's vi editor show different colors on the text according the nature of text when using it. It would be nice if I can see diffrerent colors with my vi editor. Do anybody know how to set it up? I use PowerTermPro program to access unix machine. I tried to use vim editor but... (7 Replies)
Discussion started by: whatisthis
7 Replies

2. Shell Programming and Scripting

Using Unix screen cmd effecting Vi editor

Hello, I enjoy using the unix screen utility, but my vi sessions lose the ability to syntax highlight code and split screen(:vs or :sp). When not using screen, I can do those things within vi. Anybody experience this and know the fix? Thanks (1 Reply)
Discussion started by: geephei
1 Replies

3. Shell Programming and Scripting

set EDITOR=vi -> default editor not setting for cron tab

Hi All, I am running a script , working very fine on cmd prompt. The problem is that when I open do crontab -e even after setting editor to vi by set EDITOR=vi it does not open a vi editor , rather it do as below..... ///////////////////////////////////////////////////// $ set... (6 Replies)
Discussion started by: aarora_98
6 Replies

4. Shell Programming and Scripting

VI Editor - question for unix gurus !!

I have created a dummy file -demo.txt On my machine-A (oslevel-5300-08) I can display the file content in HEX format through VI editor using :%!xxd but on other machine-B (oslevel - 5300-06) , I get error as "sh: xxd: not found." machine-A: $ cat demo.txt Hello World ! I can display... (7 Replies)
Discussion started by: Rahulpict
7 Replies

5. UNIX for Dummies Questions & Answers

Any better text editor for unix?

Do you know any text editor (other than Gvim, which I am using) which is made specially for c type languages? The reason I ask for it is: I just spent 3 hours trying to find out start "if" and its end "if end".:wall: I hope there is an editor which can link each if with its closing endif . (4 Replies)
Discussion started by: animesharma
4 Replies

6. Shell Programming and Scripting

Copy from vi Editor ( unix ) to windows

How to copy the complete content from a file in vi Editor to windows ( notepad ). I can use " select " and paste it to windows but this is restricted to current page. Not allowing me to scroll down or up when selecting the content.:confused: (1 Reply)
Discussion started by: frintocf
1 Replies

7. HP-UX

UNIX VI editor equivalent of LINUX

Hi All, I am comfortable working in LINUX and need equivalents for HP-UX for below mentioned, 1. We use TAB key to expand/reveal a name in LINUX. Is there any way to make this work for UNIX, where it is double escape. 2. Also can we use make use of left,down,up,right keys instead... (3 Replies)
Discussion started by: pradebban
3 Replies

8. UNIX for Dummies Questions & Answers

Vi editor will not open new to UNIX. help please.

vi: syntax error at line 1: `)' unexpected when I try to vi into the /etc/vfstab, the return gives me the above error. how can resolve this so that I can have access into vi. (6 Replies)
Discussion started by: dovestar
6 Replies

9. Homework & Coursework Questions

Vi editor in UNIX hwk HELP!!

i need help with this homework. PLEASE Assignment: Create a directory "preFinal" in your home directory. Create empty files "a", "b", "c", etc in directory preFinal in the amount that match the number of directories preFinal* This the code i have within Vi editor. But it is not working all... (3 Replies)
Discussion started by: bcute92
3 Replies

10. What is on Your Mind?

What is Your Favorite Editor for Linux and UNIX? | A Video in 1080 HD

We have asked UNIX.com users over the years what is their favorite editor and why. Here is the top three answers. Here is a new YT video on this question: What Editor Does Everyone Use? https://youtu.be/gqE8RTZZt9g Of course, vi was the overwhelming favorite. Credits: 1080 HD... (3 Replies)
Discussion started by: Neo
3 Replies
itemap(1M)																itemap(1M)

NAME
itemap - load an ITE (Internal Terminal Emulator) keyboard mapping. SYNOPSIS
[options] DESCRIPTION
The command loads a keyboard mapping into the ITE (the graphics console driver), or displays ITE keyboard mappings. is run by automati- cally. It is not usually explicitly invoked by the user. Options Dump a keymap to standard output in hexadecimal notation. Load the specified keymap into the kernel mapping table used for keyboards. Interactively prompt for a keyboard mapping. scans the keymap database file for all mapping names beginning with a prefix. Each of these names is displayed, and one must be selected. The name of the keymap database file to be used for input. The default is Load the appropriate keymap. scans the hardware for a keyboard, determines the language of that keyboard, and loads the keymap corresponding to that keyboard. Because cannot determine the language of keyboards, use the option when using with keyboards. Load a specified keyboard map. Once loaded, ITE uses the specified mapping. When loading a keyboard mapping with the option, matches the suffix of the name of the specified keyboard mapping with those found in to determine the keyboard language. This information is used by the ITE to perform ISO 7-to-8 bit conver- sion. Keymap names added by users, via should use the same suffixes as those already used in For example, a French keyboard mapping can be named for consistency with existing and mappings. A mapping called would not match any suffix patterns found by itemap, and would result in incorrect ISO 7-to-8 bit conversion. Load the specified keymap into the kernel mapping table used for keyboards. Perform actions verbosely. If a keymap for a keyboard is loaded, write its name to file_name. EXAMPLES
To automatically install the correct mapping for an keyboard: To explicitly load the mapping for an keyboard: To explicitly load the mapping for a keyboard: To interactively choose a keyboard mapping: To generate a list of the available keyboard mappings: FILES
Keymap database editor System keymap database Contains mapping name configured for keyboards SEE ALSO
ps2(7), termio(7), keymap_ed(1X111). itemap(1M)
All times are GMT -4. The time now is 08:45 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy