Einträge über Vim

Böse Tastenkombinationen

Ich benutze gerne Tastenkombinationen. Doch manchmal haben Programme irgendwie gegensätzliche Tastenkombinationen. Das ist dann ziemlich furchtbar. Vielleicht kennen einige das Problem mit dem @-Zeichen unter Windows und Mac OS auf deutschen Tastaturen.

Weiterlesen…

Directories for bashrc and vimrc

I used to have .bashrc file with around 400 lines. With ASCII boxes, it was kind of manageable, but it was rather a bunch of little snippets that lack cohesion. So I took inspiration from the various configuration directories (config.d/) of packages like apache and put each snippet into a little 10-name.sh file into ~/.config/bash/. Then in my .bashrc, I just source all those little snippets. Since the globbing gives them in alphabetical order, I can use the number to give the snippets an order.

Weiterlesen…