s*****c 发帖数: 24 | 1 Use xemacs, "Alt-x, shell" to start a shell, then sqlplus in the shell.
After that, you can repeat any commands, or use prefix match(Alt-P, Meta-P or
ESC-p)
Like
you | g****h 发帖数: 30 | 2 Thanks. This would be good for emacs users. But I am a vi/vim user ;0-(
Any more suggestions?
or
【在 s*****c 的大作中提到】 : Use xemacs, "Alt-x, shell" to start a shell, then sqlplus in the shell. : After that, you can repeat any commands, or use prefix match(Alt-P, Meta-P or : ESC-p) : : Like : you
| s*****c 发帖数: 24 | 3 add the following three lines in your $HOME/.emacs, then xemacs will become
vi/vim. I am a vi user, but I never use pure vi today with the help of viper.
(setq line-number-mode t)
(setq viper-mode t)
(require 'viper)
Alt-z can be used to switch on/off vi mode inside xemacs.
commands?
Windows+Oracle,
【在 g****h 的大作中提到】 : Thanks. This would be good for emacs users. But I am a vi/vim user ;0-( : Any more suggestions? : : or
| g****h 发帖数: 30 | 4 I have added this into my notes book. I haven't installed xemacs in Solaris
yet. Are you using Linux or Solaris? If Solaris, is it difficult to install
xemacs in it?
Thanks,
viper.
Meta-P
【在 s*****c 的大作中提到】 : add the following three lines in your $HOME/.emacs, then xemacs will become : vi/vim. I am a vi user, but I never use pure vi today with the help of viper. : (setq line-number-mode t) : (setq viper-mode t) : (require 'viper) : Alt-z can be used to switch on/off vi mode inside xemacs. : : commands? : Windows+Oracle,
| s*****c 发帖数: 24 | 5 It should be very easy for Linux and Solaris because its binary is available.
I have not installed it for a long time since installing xemacs-19 years ago.
become
shell.
enter.
【在 g****h 的大作中提到】 : I have added this into my notes book. I haven't installed xemacs in Solaris : yet. Are you using Linux or Solaris? If Solaris, is it difficult to install : xemacs in it? : Thanks, : : viper. : Meta-P
|
|