Commit graph

68 commits

Author SHA1 Message Date
ad59b85b2a Add vim-easy-align plugin 2016-02-01 23:12:21 +01:00
2df0e77c6b Add vim-multiple-cursors plugin 2016-02-01 22:56:04 +01:00
abec6ca0e9 Add & customize taskpaper plugin for vim 2016-01-25 14:22:35 +01:00
1eb32d50e8 Remove incorrect variable assignment 2016-01-04 11:25:45 +01:00
2bdcf5e4e3 Solarize the shell only when in interactive mode
The escape sequences necessary for controlling the terminal's colors
confuses FTP clients. Therefore, we only use the colors when we can
actually see them -> shell is running interactively.
2015-11-30 09:55:18 +01:00
dd0655db2b Add default options for less 2015-11-04 13:48:36 +01:00
b02c1e4eca Small improvements to shell "solarization" 2015-11-04 13:39:14 +01:00
7cec32d821 Minor comment cleanup 2015-11-04 13:11:30 +01:00
fffda87c9e Remove function to determine platform (unused) 2015-11-04 12:59:43 +01:00
dd85d1b55f Remove OS X aliases that are never really used 2015-11-04 12:54:45 +01:00
419775ef10 Use easily extensible path manipulation
By using a for loop, new entries can easily be added to the PATH without
having to enter additional commands. The precedence of the entries can
also be easily adjusted by reordering the list that is iterated over.
2015-11-04 12:52:29 +01:00
dc2ee984a1 Fix terminal customization bug 2015-06-15 17:59:20 +02:00
00f67c9975 Add convenient bash aliases 2015-06-14 21:37:45 +02:00
8888d69a34 Local man pages have precedence in MANPATH
The local man pages intalled in /usr/local/share/man should be checked
before the system's man pages for matches, since the tools installed in
/usr/local/bin have precedence over the ones at /bin and /usr/bin.

Change bash history management to ignore consecutive duplicates and
commands starting with a whitespace.
2015-06-14 21:32:59 +02:00
135986389d Change mappings for window navigation and resizing
Window navigation is reverted to vim's stock key combination, since tmux
is configured to work very similarly (using its prefix instead of
CTRL-W).

Window resizing is done more deterministically by adding/removing
columns/lines instead of using multipliers on the window height/width.
2015-06-14 21:27:33 +02:00
195a682fb8 Detect file type for dotfiles & change background
autocmd is used to hard code the file type to certain file names, since
vim expects them to have the standard names starting with a dot but the
files are tracked in the repository without the leading dot.

Add a <leader> mapping to quickly toggle between the current and
previous file.

Add a <leader> mapping to quickly toggle dark/light background.

Cosmetic change: all key codes are lower case.
2015-06-14 03:50:51 +02:00
0a6bfd04eb Improve git aliases 2015-06-14 00:27:33 +02:00
a557472b0f Initial commit
This adds the current state of my dotfiles for version control.
2015-06-13 21:09:33 +02:00