Sponsored Content
Full Discussion: multiple vi editor
Top Forums UNIX for Advanced & Expert Users multiple vi editor Post 302536122 by satishpv_2002 on Monday 4th of July 2011 07:07:27 AM
Old 07-04-2011
You can open a file in vi, and then within this session, you can open multiple files using :e filename.
you can switch to other currently opened files using ctrl+6.
Do remember it will allow you to switch to other files only when your current file is in saved mode.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Vi editor ?

Hello everybody, My question is: how to add /tmp/work at the end of line in vi editor. my file looks like: cp file1 cp file2 cp file3 **** I need to add " /tmp/work" at the end of each line. I tried this :%s/$/" /tmp/work" and this :%s/$/\ /tmp/work\/ but it does not work. (2 Replies)
Discussion started by: billy5
2 Replies

2. HP-UX

instead VI editor - which one?

I'd like to find some editor for HP-UX, something like notepad, but not VI editor. Can someone have some ideas which one? thx (6 Replies)
Discussion started by: diamond
6 Replies

3. UNIX for Advanced & Expert Users

vi editor

Hi, how can I add at the begining and at the end of all of the lines of my text file in VI editor ? Many thanks before. for exemple if in my file i have line 1 line 2 I want to have : start line 1 end start line 2 end (3 Replies)
Discussion started by: alain123456
3 Replies

4. UNIX for Dummies Questions & Answers

Pasting text in VI editor from a different editor

Hi, I knw its a silly question, but am a newbie to 'vi' editor. I'm forced to use this, hence kindly help me with this question. How can i paste a chunk 'copied from' a different editor(gedit) in 'vi editor'? As i see, p & P options does work only within 'vi'. (10 Replies)
Discussion started by: harishmitty
10 Replies

5. 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

6. Solaris

Epic Editor was not able to obtain a license for your use. Feature Epic Editor :Licen

Epic Editor was not able to obtain a license for your use. Feature Epic Editor :License server is down (1 Reply)
Discussion started by: durgaprasadr13
1 Replies

7. Ubuntu

How to remove multiple spaces in between word? (VI EDITOR)?

What last line mode command allows me to remove extra spaces in between words in a text? (1 Reply)
Discussion started by: rabeel
1 Replies

8. Shell Programming and Scripting

Help with vi Editor

1) vi editor normally opens in Execution mode . We have to press ESC + i to go to edit mode . But , I wanted the vi to open directly in edit mode . :confused: 2) One more query , When I create a NEW file using vi editor ....is there any way can I have the default text ...... For example : I... (4 Replies)
Discussion started by: frintocf
4 Replies

9. Shell Programming and Scripting

Grep from multiple patterns multiple file multiple output

Hi, I want to grep multiple patterns from multiple files and save to multiple outputs. As of now its outputting all to the same file when I use this command. Input : 108 files to check for 390 patterns to check for. output I need to 108 files with the searched patterns. Xargs -I {} grep... (3 Replies)
Discussion started by: Diya123
3 Replies

10. Shell Programming and Scripting

Not able to use @ in VI editor

Hello All, Need one Help for one issue. I am using a French Keyboard, so @ sign is on key 0 and i have to use right Alt + 0 to print it. It is working everywhere but not inside Vi editor. I can type @ in shell, in notepad. But inside Vi editor it is not working, another problem is that if... (2 Replies)
Discussion started by: yadavricky
2 Replies
dragbox(1)																dragbox(1)

NAME
dragbox - Command line drag-and-drop tool for Gnome. SYNOPSIS
dragbox [-naxpu0] [--get | --list] [--name id] [item ...] DESCRIPTION
Dragbox is a tool for connecting the command line with the desktop environment. It summons a drag handle in a window when you are managing files or text in the shell, connecting the different workspaces -- desktop and command line. Dragbox can take items on the command line or from a pipe and put on its shelf. The inverse is also possible: dragged-to items can be out- put to the shell. It is possible to have more than one instance running, and put items on or get items from any of them. Right-click in the window to open a context menu or access the preferences window. Clicking an item copies it to the clipboard (files can be opened as an option). OPTIONS
-f, --file file Add file to the dragbox and report an error if it does not exist. -t, --text "snippet" Add snippet to the dragbox as text. This is needed explicitly if you want to treat an existing path as text. -n, --no-fork Do not fork after launch. This implies --write-on-exit. The program will not be able to communicate with other instances of itself. --get Query a running instance for its contents, output and exit. This respects settings affecting output format. Note that --get takes no arguments; use --name to specify which shelf to get. -m, --name name Use shelf identifier name. This can be used to have multiple dragboxes (shelves) available. --list List running instances. --window-title title Set window title to title. This will only have effect when the window is first created. Output settings -a, --write-async Output dragged-to items to standard output as they are received. -x, --write-on-exit Output contents of the dragbox to standard output at exit. -p, --paths Use absolute paths when outputing files. This is default. -u, --uris Use URIs when outputing files. -0, --null-terminate Separate dragged-in items' output with , not . This is useful together with xargs -0 The following are generic options -h, --help Displays usage information and exits. -v, --version Displays version information and exits. EXAMPLES
dragbox . file1.txt Adds the current directory and file1.txt to the currently running dragbox, or creates a new one. If file1.txt does not exist, its name is added as text. dragbox -t "Dragbox is cool" Adds a text snippet to the currently running dragbox, or creates a new one. dragbox --get -0 | xargs -0 tar cfz backup.tar.gz Get current items and pipe to xargs to create a tarball. Note that this simple command will have problems if contents include text items. dragbox --name remember . Put the current directory on a shelf called "remember" TIPS AND TRICKS
Dragging in gnome works very well, but there are some hidden tricks that can make some things easier. Pressing modifier keys can switch between different types of drags; dragging a file to nautilus normally copies it, but you can hold shift to move it, or shift-ctrl to make a symlink. You can drag from any window without activating it by holding the altgr or super key when you drag. This is often very useful. You can bring up a minimized or obscured window while dragging by hovering momentarily over it's button in the window list (in the gnome- panel) Just like minimized windows, you can switch workspaces while dragging if you hover over the workspaces switcher for a short while. If you selected something in a window and focus another window, it looks like the selection disappeared. In many cases it's still there, you can try to drag it without focusing the window (see above) Type escape while dragging to cancel the drag ACCESSING DRAGBOX
Dragbox needs an X session to run and display its shelves. However, to access dragbox shelves from non-graphical sessions, all you need is to make sure dragbox knows which X session to connect to. It might be enough to define the DISPLAY variable. AUTHOR
dragbox was written by Ulrik Sverdrup <ulrik.sverdrup@gmail.com> dragbox(1)
All times are GMT -4. The time now is 03:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy