Contents:
So what did you hate and what did you have to rethink to appreciate zsh?
have you installed systemd-logind?
Will help me setup wireplumber?
You know we can option+click and have the cursor anywhere?
So what did you hate and what did you have to rethink to appreciate zsh?
have you installed systemd-logind?
Will help me setup wireplumber?
You know we can option+click and have the cursor anywhere?
smol_mazunki 2022-07-30 19:58:05
i wish it was a full vi mode tho
siduck 2022-07-30 19:58:30
smol_mazunki 2022-07-30 19:58:05
i wish it was a full vi mode tho
use vim’s inbuilt terminal then
nut3l4 2022-07-30 19:59:31
thecatvoid 2022-07-30 14:06:33
bash was obv my first shell, then heard about zsh and tried it, hated it, switched to bash then
some time later heard people praise about zsh and gave it another go, didnt like it again
after continuing this loop for 3 times, i finally settled with zsh
some time later heard people praise about zsh and gave it another go, didnt like it again
after continuing this loop for 3 times, i finally settled with zsh
Thank you. So what did you hate and what did you have to rethink to appreciate zsh?
siduck 2022-07-30 19:59:53
or your terminal could support it, for example st has related patch https://st.suckless.org/patches/vim_browse/
smol_mazunki 2022-07-30 20:00:10
i like zsh because it’s consistent, unlike bash which has this and that weird behaviour
smol_mazunki 2022-07-30 20:00:22
and also because zsh is extremely minimal ootb
nut3l4 2022-07-30 20:00:29
thecatvoid 2022-07-30 16:05:03
for example, ctrl + right arrow moves cursor faster
You know we can option+click and have the cursor anywhere?
smol_mazunki 2022-07-30 20:00:33
it’s easy to configure, since there’s tons of built-in plugins
smol_mazunki 2022-07-30 20:00:51
nut3l4 2022-07-30 20:00:29
You know we can option+click and have the cursor anywhere?
> click ?
ultrasigma0 2022-07-30 20:01:30
ultrasigma0 2022-07-30 16:37:08
and this the output
Guys
I think there is a oroblem with dbus and wireplumber
nut3l4 2022-07-30 20:01:48
smol_mazunki 2022-07-30 20:00:51
> click ?
MacOS: option=alt+click in the terminal
smol_mazunki 2022-07-30 20:01:58
nut3l4 2022-07-30 20:01:48
MacOS: option=alt+click in the terminal
my point is
smol_mazunki 2022-07-30 20:02:04
i only use my mouse to play games
smol_mazunki 2022-07-30 20:02:07
i never use it when programming
nut3l4 2022-07-30 20:02:22
smol_mazunki 2022-07-30 20:02:07
i never use it when programming
You want to keep your fingers on the keyboard.
smol_mazunki 2022-07-30 20:02:35
ultrasigma0 2022-07-30 16:37:08
and this the output
smol_mazunki 2022-07-30 20:02:40
have you installed systemd-logind?
smol_mazunki 2022-07-30 20:02:42
or elogind, at least
smol_mazunki 2022-07-30 20:02:50
nut3l4 2022-07-30 20:02:22
You want to keep your fingers on the keyboard.
that’s correct
Ceda EI 2022-07-30 20:09:31
smol_mazunki 2022-07-30 19:58:05
i wish it was a full vi mode tho
you can use athame to replace readline with a vim instance
smol_mazunki 2022-07-30 20:10:18
Ceda EI 2022-07-30 20:09:31
you can use athame to replace readline with a vim instance
athame?
Ceda EI 2022-07-30 20:10:30
smol_mazunki 2022-07-30 20:10:18
athame?
https://github.com/ardagnir/athame/
GitHub – ardagnir/athame: Full vim for your shell (bash, zsh, gdb, python, etc) – GitHub
Full vim for your shell (bash, zsh, gdb, python, etc) – GitHub – ardagnir/athame: Full vim for your shell (bash, zsh, gdb, python, etc)
Full vim for your shell (bash, zsh, gdb, python, etc) – GitHub – ardagnir/athame: Full vim for your shell (bash, zsh, gdb, python, etc)
ultrasigma0 2022-07-30 20:13:38
smol_mazunki 2022-07-30 20:02:42
or elogind, at least
I’ve installed elogind
smol_mazunki 2022-07-30 20:13:50
Ceda EI 2022-07-30 20:10:30
https://github.com/ardagnir/athame/
oh nice
smol_mazunki 2022-07-30 20:13:51
might try it
Ceda EI 2022-07-30 20:14:37
smol_mazunki 2022-07-30 20:13:51
might try it
I personally am over the “I want vim everywhere” phase lol
ultrasigma0 2022-07-30 20:14:41
smol_mazunki 2022-07-30 20:02:40
have you installed systemd-logind?
Do u use wire?
smol_mazunki 2022-07-30 20:15:00
ultrasigma0 2022-07-30 20:14:41
Do u use wire?
yes
smol_mazunki 2022-07-30 20:15:17
i’ve contributed to them too some times, so i’m slightly familiar with the inner workings
smol_mazunki 2022-07-30 20:15:55
Ceda EI 2022-07-30 20:14:37
I personally am over the “I want vim everywhere” phase lol
eh, if only there was an easy way to edit commands without doing a bunch of micromanaging
smol_mazunki 2022-07-30 20:16:19
it’s not so much about “i want vi everywhere” but rather “vi actually makes shit easier for me”
smol_mazunki 2022-07-30 20:16:50
as you probably know i use awk, sed, grep, and a bunch of other tools a lot
smol_mazunki 2022-07-30 20:17:09
and create wrapper scripts just to make stuff easier quite often
ultrasigma0 2022-07-30 20:18:02
smol_mazunki 2022-07-30 20:15:17
i’ve contributed to them too some times, so i’m slightly familiar with the inner workings
Will help me setup wireplumber?
smol_mazunki 2022-07-30 20:18:21
being able to just :s/1/2/g in zsh would be a huge deal for some stuff