Files
dotfiles/.config
Julian Prein 72a8cfbcb0 zsh:keys: Add normal . behaviour on Ctrl-.
Having bound `.` to `rationalize_dots` makes typing paths with multiple
`../` segments super easy. This gets cumbersome in some situations
though.

Typing a path like `../.local` is only possible by either typing
`../.<BS><BS>local` (as it is expanded to `../../` on the third dot) or
`..//.local` which is not as annoying but somehow breaks completion on
further path segments.

Bind `Ctrl-.` (i.e. `^N`) to insert a normal dot.
2022-09-22 14:39:20 +02:00
..
2020-12-28 03:09:02 +01:00
2022-07-12 21:00:01 +02:00
2022-07-12 21:00:04 +02:00
2022-07-12 21:00:05 +02:00
2022-08-31 02:39:42 +02:00
2021-10-05 12:01:46 +02:00