number pad in vi


 
Thread Tools Search this Thread
Operating Systems Solaris number pad in vi
# 1  
Old 09-12-2006
number pad in vi

Hi,

I'm on a sunos SVR4.0 box, my number pad works on the command line but does not work in vi any ideas how to enable it under vi?

Thanks
# 2  
Old 09-12-2006
check this..

Once the file is opened via vi (command).

esc --> : set nu ---> enter key
# 3  
Old 09-12-2006
Hi,

unfortunately that doesn't work, if i use :set all i get these options?

noautoindent number tabstop=8
autoprint nonovice taglength=0
noautowrite nooptimize tags=tags /usr/lib/tags
nobeautify paragraphs=IPLPPPQPP LIpplpipnpbterm=xterm
directory=/tmp prompt noterse
noedcompatible noreadonly timeout=1
noerrorbells redraw ttytype=xterm
noexrc remap warn
flash report=5 window=58
hardtabs=8 scroll=29 wrapscan
noignorecase sections=NHSHH HUuhsh+c wrapmargin=0
nolisp shell=/bin/ksh nowriteany
nolist shiftwidth=8 nofullre
magic noshowmatch norecompat
mesg noshowmode posixsh=/bin/ksh
nomodelines noslowopen
# 4  
Old 09-12-2006
here you go...

esc --> : set number ---> enter key
# 5  
Old 09-12-2006
Hi Dak,

I'm not at the box at the moment (its a work machine!) but does that not set the line numbers on?

Thanks
# 6  
Old 09-21-2006
hi, setnu will display the line numbers against a line seems you are using a old version of Vi editor try upgrading it and number pad will work. Bye..
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Pad 0 to the right

I need to pad 0 to a number on the right. to make it 9 digit in total. My number is 2457 output should be 245700000 Please do wrap your samples/codes into CODE TAGS as per forum rules. (3 Replies)
Discussion started by: varun22486
3 Replies

2. Shell Programming and Scripting

Request: How to Parse dynamic SQL query to pad extra columns to match the fixed number of columns

Hello All, I have a requirement in which i will be given a sql query as input in a file with dynamic number of columns. For example some times i will get 5 columns, some times 8 columns etc up to 20 columns. So my requirement is to generate a output query which will have 20 columns all the... (7 Replies)
Discussion started by: vikas_trl
7 Replies

3. UNIX for Dummies Questions & Answers

pad

Hi All I need a pad a . to befoure a last digi ex 1258 --> 125.8 help to do thanks (4 Replies)
Discussion started by: nalakaatslt
4 Replies

4. Shell Programming and Scripting

Pad zeros to a number

Pad zeros to a number and assign it to a variable like i get 1 in $i ,i want it to be $i as 01 (6 Replies)
Discussion started by: anumkoshy
6 Replies

5. UNIX Desktop Questions & Answers

HPUX 10.2 number pad

I have a keyboard that the number pad will not work. I cannot find the location of the configuration file to get it to work. I have to say, I have not tried another keyboard as my location is remote. Any suggestions? (0 Replies)
Discussion started by: esimeroth
0 Replies

6. Shell Programming and Scripting

How to pad spaces

Hello, I have to write a function to input a Label and a number, and output a line as the following format: Column 1 to 30: field label, left justified. Column 31 to 45: A number, right justified. The middle is padded with space. May I know how can I achieve this? (I don't know how to count... (3 Replies)
Discussion started by: sarahho
3 Replies

7. UNIX for Dummies Questions & Answers

number pad?

Is there anyway to use the fr*$%& number pad in VI? Anyway? Anyway at all? All it does now random movements and inserts of characters (2 Replies)
Discussion started by: nelsonenzo
2 Replies
Login or Register to Ask a Question