usually, yes. It can be used almost amodally, especially if you use the GUI interface, but there are some pretty important features that just can’t be used without switching modes
usually, yes. It can be used almost amodally, especially if you use the GUI interface, but there are some pretty important features that just can’t be used without switching modes
Helix looks interesting, but it won’t work for me for some of the same reasons that Vim doesn’t. Again, my calcified brain’s problems and not a problem with those interfaces.
My limited understanding is that Helix’s dev(s?) actually did work on Vim’s codebase and want to put what they learned there to good use.
Zed’s web page seems to come down pretty heavily on the pro-LLM side of things. Do you know if that can be toggled off or not?
Lapce is definitely going on my to-experiment-with list.
DO NOT WANT!
Some of these demand that the terminal you use them with is kitty:
alias ipc='curl icanhazip.com'
# btop is *pretty* bloat!
alias htop='btop'
# I'm kinda proud of this oneliner. It's pointless, but it was fun. It displays a random square image when you run
# neofetch rather than the default ansi art
alias neofetch='filarr=(~/Media/Images/1x1/*.*) && fil=${filarr[$RANDOM % ${#filarr[@]}]} && neofetch --kitty $fil'
# comics are an important part of my life
alias gd='cd ~ ; gallery-dl'
alias gde="cd ~ ; gallery-dl --chapter-filter 'lang == (\"en\")'"
alias yd='yt-dlp --sub-langs all --embed-subs --embed-chapters --progress --paths home:~/Downloads'
alias subl="/opt/sublime_text/sublime_text"
#exa is currently unmaintained. eza is a maintained fork. It installs a link to exa, but...
alias ls="eza --icons --hyperlink --group-directories-first --git"
alias lsblkv="lsblk -o \"NAME,KNAME,SIZE,TYPE,VENDOR,MODEL,MOUNTPOINT\""
alias icat="kitty +kitten icat"
alias mem="grep -e Dirty: /proc/meminfo; grep -e Writeback: /proc/meminfo"
alias flush="sync"
alias links="links https://www.duckduckgo.com"
alias q="qalc"
alias hf="history 1 | fzf"
# tile the first two kitty windows and resize all kitty windows to 915x945, redirecting any errors to /dev/null
alias tk="xdotool search --class kitty windowmove %1 30 105 windowmove %2 975 105 windowsize %@ 915 945 2>/dev/null"
# only ask for password once on long updates
alias yay="yay --sudoloop"
I have a friend who makes mascot costumes. She and her husband sometimes wear them out for entertainment. Little kids absolutely ADORE seeing human-sized Pokemon walking around the mall, bowling alley, or the like.
I’ve been using Librewolf for quite some time now and am genuinely very happy with it. All the big distros package it, so it’s not hard to install. You can scale up/down how private you want your experience and then see how that breaks sites if that’s a concern for you.