Commit Graph

13 Commits

Author SHA1 Message Date
07e242e06b
zsh: don't change cursor style on linux TTY 2022-09-01 20:50:14 +02:00
0227e42135
zsh: change cursor based on mode 2022-09-01 20:24:05 +02:00
d1e7ea346a
zsh: add keybinding M-BackSpace -> backward-delete-word
C-BackSpace is mapped to M-BackSpace in my terminal, because it sends
C-H otherwise. But it really is mapped to ESC-DEL. It gets interpreted
differently. 🥴
2022-09-01 04:48:06 +02:00
401aaf87d7
zsh: use vi-mode 2022-08-31 22:46:35 +02:00
c69624e00e
zsh: use emacs keybindings as base 2022-08-08 14:03:06 +02:00
8c017c5979
Add workaround for terminals claiming to be xterm* 2022-05-01 22:00:41 +02:00
e3e3531837
Add workaround for alacritty in TERM based key workaround 2022-05-01 09:02:51 +02:00
59c208db6c
Improve Zsh completions
Don't complete directory stack, add keybind for filtering completions.
2022-05-01 08:37:55 +02:00
3820ba8626
Replace regular expressions with globs 2022-04-28 12:56:50 +02:00
116e79518f
Add termux workaround to xterm workaround 2022-04-28 08:37:46 +02:00
2bf6d037d4
Add keybinding workarounds for xterm 2022-04-27 23:21:50 +02:00
961c9a08d8
Zsh: Add kebinding for editing the current line in the editor 2022-04-13 09:11:23 +02:00
aa036cb6bf
Zsh: Rename zaliases, zkeys and zsecrets 2022-04-08 00:35:06 +02:00