Sponsored Content
Full Discussion: vi alternative
Operating Systems Solaris vi alternative Post 302547968 by orange47 on Wednesday 17th of August 2011 06:33:03 AM
Old 08-17-2011
well, for start, I'd like to use arrow keys instead of hjkl.
also, iirc, backspace and delete were not working right.
end key to go to end of line.
selecting text would be easier if used with shift+arrows.
and the usual ctrl+c,v combo for copy/paste.

it would be nice to have it in ansi colours, but perhaps that depends on terminal?
 

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

getopts alternative?

I have to implement switches (options) like this in my script. ./myscript -help ./myscript -dir /home/krish -all ./myscript -all getopts allows switches to have one character (like a, b, etc.). How can I customize it for handling the above situation? Or, is there any alternative to... (3 Replies)
Discussion started by: krishmaths
3 Replies

2. Shell Programming and Scripting

help with while loop or any other alternative?

i=1 while do mm=02 dd=03 yy=2008 echo "$mm$dd$yy" i=$(( i+1)) echo "$i" done whenever i execute the script above i will get the error below: syntax error at line 30: `i=$' unexpected (3 Replies)
Discussion started by: filthymonk
3 Replies

3. Shell Programming and Scripting

du alternative in perl

I have a perl script that just does a `du -sk -x` and formats it to look groovy ( the argument can be a directory but usually is like /usr/local/* ) #!/usr/bin/perl use strict; use warnings; my $sizes = `du -x -sk @ARGV | sort -n`; my $total = 0; print "MegaBytes Name\n"; for(split... (1 Reply)
Discussion started by: insania
1 Replies

4. HP-UX

alternative for egrep -o on HP-UX

Hello to all board members!! I have a problem on a HP-UX system. I should write a script. Therefore I need to search after IP addresses in the output of a command. On Debian this works: ifconfig | egrep -o "{1,3}\.{1,3}\.{1,3}\.{1,3}" The script where i need this is not ifconfig, but... (2 Replies)
Discussion started by: vostro
2 Replies

5. Shell Programming and Scripting

Alternative for ikecert

Hi Folks... Is there an alternative for ikecert(SunOS) - man info - "manipulates the machine's on-filesystem public-key certificate databases" in linux? Can we use pkcs7, pkcs8 or something like that?... I also came across ssh-keygen and ssh-keygen2... My best guess is to use ssh-certtool... (0 Replies)
Discussion started by: ahamed101
0 Replies

6. Shell Programming and Scripting

Alternative for wc -l

Hi techies .. This is my first posting hr .. Am facing a serious performance problem in counting the number of lines in the file. The input files i get will be in some 10 to 15 Gb of size or even sometimes more ..and I will load it to db I have used wc -l to confirm whether the loader... (14 Replies)
Discussion started by: rajesh_2383
14 Replies

7. Solaris

Alternative to sshfs?

I have an automated testing script that relies on the dev box being able to see production's (NFS) share. It uses rsync and ssh to handle transfers and command execution; however, it also needs the production share mounted in order to run Perl code against it when Unix commands via ssh will not do.... (2 Replies)
Discussion started by: effigy
2 Replies

8. Shell Programming and Scripting

Looking for an alternative to Tcl

I've created quite a collection of tcl scripts which have buttons, radio buttons, check boxes, text fields, etc. These tcl scripts in turn call and execute several hundred sh, csh, bash, perl scripts and pass in the args based on the gui selections on the same and other redhat machines. We're... (4 Replies)
Discussion started by: scottwevans
4 Replies
Gtk2::Combo(3)						User Contributed Perl Documentation					    Gtk2::Combo(3)

NAME
Gtk2::Combo HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Box +----Gtk2::HBox +----Gtk2::Combo INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::Orientable DEPRECATION WARNING
Gtk2::Combo has been marked as deprecated, and should not be used in newly written code. You should use Gtk2::ComboBox instead of Gtk2::Combo. METHODS
widget = Gtk2::Combo->new $combo->set_case_sensitive ($val) o $val (boolean) $combo->disable_activate widget = $combo->entry $combo->set_item_string ($item, $item_value) o $item (Gtk2::Item) o $item_value (string) widget = $combo->list $combo->set_popdown_strings (...) o ... (list) of strings $combo->set_use_arrows_always ($val) o $val (boolean) $combo->set_use_arrows ($val) o $val (boolean) $combo->set_value_in_list ($val, $ok_if_empty) o $val (boolean) o $ok_if_empty (boolean) PROPERTIES
'allow-empty' (boolean : readable / writable / private) Whether an empty value may be entered in this field 'case-sensitive' (boolean : readable / writable / private) Whether list item matching is case sensitive 'enable-arrow-keys' (boolean : readable / writable / private) Whether the arrow keys move through the list of items 'enable-arrows-always' (boolean : readable / writable / private) Obsolete property, ignored 'value-in-list' (boolean : readable / writable / private) Whether entered values must already be present in the list SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Box, Gtk2::HBox COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::Combo(3)
All times are GMT -4. The time now is 02:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy