View previous topic :: View next topic |
Author |
Message |
nurali Apprentice
Joined: 17 Nov 2022 Posts: 182 Location: Somewhere,Earth
|
Posted: Mon Jul 01, 2024 7:06 am Post subject: Question about app-editors/helix |
|
|
Hello all:
I did this when I installed current system:
[code]
eselect editor set vim
eselect vi set vim
eselect visual set vim
[/b]
to set variables in my system.
Recently I was thinking about replacing vim with helix
But none of eselect modules can list out helix
Can we implement this? (I am very willing to do this myself but I am just a Java guy,playing with Spring.....) |
|
Back to top |
|
|
kimchi_sg Advocate
Joined: 26 Nov 2004 Posts: 3038
|
Posted: Tue Jul 02, 2024 11:55 pm Post subject: Re: Question about app-editors/helix |
|
|
nurali wrote: |
Recently I was thinking about replacing vim with helix
But none of eselect modules can list out helix
Can we implement this? |
Best to stick to the list given in virtual/editor ebuild, namely:
Code: |
# Add a package to RDEPEND only if the editor:
# - can edit ordinary text files,
# - works on the console,
# - is a "display" or "visual" editor (e.g., using ncurses).
RDEPEND="|| (
app-editors/nano
app-editors/dav
app-editors/e3
app-editors/ee
app-editors/emacs:*
app-editors/emact
app-editors/ersatz-emacs
app-editors/fe
app-editors/helix
app-editors/jasspa-microemacs
app-editors/jed
app-editors/joe
app-editors/jove
app-editors/kakoune
app-editors/levee
app-editors/lpe
app-editors/mg
app-editors/micro
app-editors/moe
app-editors/ne
app-editors/neovim
app-editors/ng
app-editors/qemacs
app-editors/teco
app-editors/uemacs-pk
app-editors/vile
app-editors/vim
app-editors/gvim
app-editors/vis
app-editors/xemacs
app-editors/zile
app-misc/mc[edit]
dev-lisp/cmucl
mail-client/alpine[-onlyalpine]
)"
# Packages outside app-editors providing an editor:
# app-misc/mc: mcedit (#62643)
# dev-lisp/cmucl: hemlock
# mail-client/alpine: pico
# sys-apps/busybox: vi
|
|
|
Back to top |
|
|
Leonardo.b Guru
Joined: 10 Oct 2020 Posts: 308
|
Posted: Sat Jul 06, 2024 1:03 pm Post subject: |
|
|
Set and export EDITOR variable in your shell profile.
Personally I think eselect tool overcomplicates a simple task. |
|
Back to top |
|
|
|