72a8cfbcb0ab782f3266bd8485f999781ff1a513
. 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.
My dotfiles
Installation
$ ./meta/install
Languages
Shell
79.7%
Vim Script
18.7%
JavaScript
0.6%
CSS
0.6%
Python
0.3%