Sponsored Content
Full Discussion: vi Replace vs Input
Top Forums UNIX for Dummies Questions & Answers vi Replace vs Input Post 1330 by jpprial on Monday 26th of February 2001 01:37:01 AM
Old 02-26-2001
I have this stange behaviour when using VI on my school account. I am editing small files, so I like to stay in REPLACE mode most of the time, and just use the arrow keys to navigate the text. But every time I press an arrow key, I get switched from REPLACE to INPUT mode. Is there a setting somewhere that's causing this to happen?

thanks
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

replace <Address> with a var input by user

Hi, All here is not a full version script, just post a sample. #/bin/bash read -p 'Addr: ' addr sed 's/<Address>/'"$addr"'/' pf.mod>$1 If the input string include `/', sed will return error message. I know that s/// can be replaced with s::: or s!!!, etc, but the input var can accept... (4 Replies)
Discussion started by: r2007
4 Replies

2. UNIX for Dummies Questions & Answers

multiple input search and replace script

hi, i want to create a script that will search and replace the values inside a particular file. i have 5 files that i need to change some values inside and i don't want to use vi to edit these files. All the inputted values on the script below will be passed into the files. cho "" echo... (3 Replies)
Discussion started by: tungaw2004
3 Replies

3. Shell Programming and Scripting

Replace text in input file

I wish to replace values of specific parameters in an input file for batch runs of a java code. It's essentially a nested for-loop sorta like this: valuearray1 contains values for param1 valuearray2 contains values for param2 for (all values in valuearray1) go into specific position in... (2 Replies)
Discussion started by: daphantomica
2 Replies

4. Shell Programming and Scripting

find & replace with user input

Trying to create a script/executable to replace "abc" text string in "myfile.htm" with input from a pop-up field. For example, launch this thing and a prompt is popped up asking the user to input what "abc" should be replaced with, then it inserts what the user inputs in place of abc in the... (3 Replies)
Discussion started by: mike909
3 Replies

5. Shell Programming and Scripting

find and replace in a directory using an input file

Hi folks, I need help to finish this script please. see below: I have an input file with all the IP address to names formated like so in a txt file addnsr1pri 166.7.3.105 addnsr1sec 166.2.100.22 addnsr2pri 166.2.220.121 addnsr2sec 166.3.68.45... (12 Replies)
Discussion started by: richsark
12 Replies

6. Shell Programming and Scripting

Replace two values in a file with input from two different files

Hi, I was having the following issue cat input hello1, my name is unix.com. I am awesome. Hope you know this, hello2! cat hello1.txt Hi Friends Hi Folks Hi Well-Wishers cat hello2.txt Honey Sweety Darling Required Output (8 Replies)
Discussion started by: jacobs.smith
8 Replies

7. Linux

Search a template file and replace with input

Hi I have a CommonTemplateStop.template file . Inside the file i need to replace the variables DepName and CompInsName with the values(Trade and TradeIns) specified in the script. I have written the below .sh script in linux server which will read the .template file and has to replace the 2... (8 Replies)
Discussion started by: samrat dutta
8 Replies

8. Shell Programming and Scripting

Replace string - searching from input file

Hi I need help with writing a script to change a string in a file. The script needs to read an input list (list.txt) file line by line searching for that string in a text.file. Once the string is found the last few words in the string should be replaced. eg list.txt will contain hello my... (6 Replies)
Discussion started by: sudobash
6 Replies

9. Shell Programming and Scripting

Replace value from input parameter

Hi Guys, I am having a script file where in getting input parameter as string. I need to assign the variable but not able to achieve #!/bin/bash input=$1 replace=string_$input_string2 echo $replace I am getting but should get string_<input_value>_string2 string_ (1 Reply)
Discussion started by: rohit_shinez
1 Replies

10. Shell Programming and Scripting

Replace a string based on input

I am trying to read a value from a mapping file and would need to replace the value based on country parameter source_table_@ctry_final Expected final_var=source_table_aus_final If the country is in nz,usa,uk then final_var=diff_table_nz_final final_var=diff_table_usa_final like that... (10 Replies)
Discussion started by: Master_Mind
10 Replies
XBUBBLE(6)							   Games Manual 							XBUBBLE(6)

NAME
xbubble - an X Window based puzzle bubble clone SYNOPSIS
xbubble [OPTION] DESCRIPTION
XBubble is a Puzzle Bubble (PB) / Bust-A-Move (BAM) clone for Unix/X11 platforms. It was written from scratch with no real intent to exactly reproduce the original game. OPTIONS
-d DISPLAY Set X display to DISPLAY. -s <scale> Set game window size (between 5 and 100). The game window size is normally automatically scaled to your screen size. This option is useful to reduce load on slow/loaded systems. See also the -f option. -f <framerate> Adjust frame rate (in frames per second). Usual values are 100 (default), 50, 33, 25, etc. The actual frame rate may be different from the one you specified, depending on system timer resolution. You can use this option to reduce load on slow/loaded systems (e.g. if sprite animation is jerky). See also the -s option. -r <resource path> Tell XBubble to look for its graphics files, fonts, etc. in directory <resourcepath>. -t <theme name> Use the given theme (possible values are: plain, frozen, fancy). PLAYING
The goal is to clear all bubbles from your board and avoid bubbles dropping below the line at the bottom of the screen. You can rotate and fire a canon that launches colored bubbles. Bubbles bounce against the walls until they get stuck to another bubble. If you get three or more adjacent bubbles of the same color they all explode, while any bubble left hanging free falls down. In single player mode, the ceiling goes down every 12 launches so that you must clear the board before the ceiling touches the ground. In multi-player mode, the ceiling does not move but a fresh row of bubbles is added on top of the board while all bubbles are lowered by one row. Additionally, each time you explode three or more bubbles, all extra bubbles are sent (with random colors) to your opponent, as well all falling bubbles. You win the round when your opponent loses (has bubbles dropping across the bottom line). After a few seconds delay, your canon launches its bubble anyway. You can tune this delay when selecting your handicap. The higher the handicap, the shorter the delay. GAME CONTROL
The game is entirely controlled using the keyboard: Player 1 Left arrow / Keypad 4 = Rotate canon left Right arrow / Keypad 6 = Rotate canon right Up arrow / Keypad 5 = Launch bubble Player 2 x = Rotate canon left v = Rotate canon right c = Launch bubble General Up arrow / Keypad 8 = Menu navigate up Down arrow / Keypad 2 = Menu navigate down p = Pause Escape / q = Abort There is no command-line option for changing control keys yet. PLAYER VS COMPUTER MODE
You can choose between 5 levels of difficulty. Beware of the highest level if you have a slow machine, as it is quite CPU consuming. BUGS
Please report any bugs you find to one of the authors whom address in indicated below. LICENSE
xbubble is covered by the GNU General Public License (GPL). SEE ALSO
frozen-bubble(6). AUTHORS
Ivan Djelic <ivan@savannah.gnu.org> Martin Quinson <martin.quinson@tuxfamily.org> XBUBBLE(6)
All times are GMT -4. The time now is 03:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy