/ helix ➔ nano
This commit is contained in:
@@ -54,7 +54,6 @@ go # core compiler tools for golang
|
||||
gparted # disk management
|
||||
gufw # gui for firewall
|
||||
gvfs # virtual filesystem (pcmanfm: trash support, mounting with udisks, remote filesystems and trust bits for executables)
|
||||
helix # editor
|
||||
htop # view processes
|
||||
inetutils # network programs (telnet++)
|
||||
kitty # terminal
|
||||
|
||||
@@ -23,11 +23,8 @@
|
||||
|
||||
# obsolete / not used
|
||||
# ---
|
||||
# wayland-utils # display info
|
||||
# wl-clipboard # cli copy/paste for wayland
|
||||
|
||||
# other obsolete packages
|
||||
# ---
|
||||
# wayland-utils # wayland: display info
|
||||
# wl-clipboard # wayland: cli copy/paste for wayland
|
||||
# imgp" # Multi-core batch image resizer and rotator (https://github.com/jarun/imgp)
|
||||
# gammastep # colour temperature adjustment (redshift alternative - maintained?)
|
||||
# libreoffice-fresh # libreoffice w/ new features
|
||||
@@ -35,12 +32,16 @@
|
||||
# spideroak-one" # backup tool
|
||||
# qutebrowser" # web browser
|
||||
# vdhcoapp-bin" # Companion application for Video DownloadHelper browser add-on
|
||||
# emacs # editor
|
||||
# aur:sioyek # pdf viewer | https://sioyek.info/
|
||||
|
||||
|
||||
|
||||
# uninstallation is needed
|
||||
# ---
|
||||
|
||||
# from tuxwarrior
|
||||
# emacs # editor
|
||||
# aur:sioyek # pdf viewer | https://sioyek.info/
|
||||
### from t490p ###
|
||||
|
||||
# helix # editor
|
||||
|
||||
### from tuxwarrior ###
|
||||
|
||||
@@ -75,7 +75,7 @@ cmd open ${{
|
||||
*.[Pp][Nn][Gg]*) feh $fx &;;
|
||||
*.[Rr][Pp][Pp]*) reaper $fx &;;
|
||||
*) case $(file --mime-type -Lb $f) in
|
||||
text/*) helix $fx;;
|
||||
text/*) nano $fx;;
|
||||
*) for f in $fx; do xdg-open $f > /dev/null 2> /dev/null & done;;
|
||||
esac
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user