summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added missing terminal & dmenu launcher in i3wm.confjohannst2017-10-081-0/+4
|
* bashrc: Added functions to change keyboard loayoutjohannst2017-10-081-0/+11
|
* Added i3wm & i3status config files with corresponding installersjohannst2017-10-084-0/+259
|
* bashrc added function to switch between vi/novi bash modejohannst2017-09-241-16/+28
|
* bashrc added pstree aliasjohannst2017-09-201-0/+1
|
* tmux.conf added prefix + TAB for toggle between last two windowsjohannst2017-08-101-0/+3
|
* virmc clipboard additionally uses unnamed (") registerjohannst2017-08-101-0/+2
|
* vimrc: changed ctrlp file search to search based on working dir instead of ↵johannst2017-08-031-1/+2
| | | | current file
* vimrc: added fullscreen toggle functionality, restoring fold state not solvedjohannst2017-08-031-2/+26
|
* added breakpoint save/restore macros to gdbinitjohannst2017-08-022-1/+17
|
* tmux.conf added new shortcuts for resizing splitsjohannst2017-08-021-0/+6
|
* vimrc improved regex for highlighting unwanted tab and space charsjohannst2017-07-061-1/+1
|
* vimrc sandbox: added command to remove c-style commandsjohannst2017-07-041-0/+33
|
* vimrc exchanged clever tabs plugin by own forkjohannst2017-06-301-1/+1
|
* Added keymaps in vimrc for creating splitsjohannst2017-06-301-0/+2
|
* vimrc: Changed wildmode to print list of all matchesjohannst2017-06-181-1/+1
|
* vimrc: Move wrapped lines line by line in aync bufferjohannst2017-06-141-0/+3
|
* vimrc: Added whitespace after :Async keymap. Added -I flag to grep for ↵johannst2017-06-131-2/+3
| | | | find-grep keymap.
* adapted tmux.conf to handle different versionsjohannst2017-05-141-4/+9
|
* changed tmux keymap to access copy/paste buffer listjohannst2017-05-021-9/+10
|
* changed vim listchars colors, added autocmd to highlight trailing whitespacesjohannst2017-05-012-23/+28
|
* Changed tmux.conf installer to handle existing ~/.tmux.conf files if existentjohannst2017-05-011-2/+8
|
* disable ctrl-d logoff in bashjohannst2017-04-271-0/+3
|
* vimrc: disabled swapfile for async buffer; added keymap to quickly switch to ↵johannst2017-04-021-17/+30
| | | | async buffer; minor changes
* adapted vimrc + vimrc installer to link ctags; small changes in vim colorschemejohannst2017-04-023-15/+17
|
* disabled hidden fils in "ll" bash aliasjohannst2017-04-021-1/+1
|
* added start/end of line keymaps in tmux vi-copy modejohannst2017-04-021-0/+2
|
* merged changes into mainstreamjohannst2017-04-021-9/+17
|\
| * added tmux.conf installer + minor fixesjohannst2017-02-122-16/+23
| |
| * added missing variable in vim installerjohannst2017-02-021-0/+1
| |
* | added gdbinit + installer; install default false for every config filejohannst2017-04-023-7/+28
| |
* | added io stats to conkyrcjohannst2017-02-251-3/+10
|/
* minor fixesjohannst2017-01-213-4/+6
|
* implemented bashrc, vim and git installerjohannst2017-01-142-4/+38
|
* small README correctionjohannst2017-01-131-2/+2
|
* added installer framework and adapted README filejohannst2017-01-133-7/+192
|
* search colors in vimjohannst2017-01-132-12/+10
|
* added diskIOjohannst2017-01-131-1/+2
|
* vimrc removed buffer movement in Tagbarjohannst2016-12-172-1/+18
|
* vimrc: added yankring plugin; AsynCmdProcessor, cmd line now reports return ↵johannst2016-12-061-2/+16
| | | | value of command
* Merge branch 'vim8_dev'johannst2016-12-032-50/+191
|\ | | | | | | merge current async cmd processor into master branch
| * vimrc took async cmd processor from sandboxjohannst2016-12-031-13/+15
| |
| * added new keymaps for ctrlP and enabled caching;johannst2016-12-031-5/+33
| | | | | | | | minor other changes in vimrc
| * vimrc added functionality to autodetect enabled plugnsjohannst2016-12-031-19/+23
| |
| * vimrc introduced VIMHOME variablejohannst2016-12-031-4/+6
| |
| * vim colorscheme changesjohannst2016-12-031-1/+1
| |
| * vimrc added functionality to open first filename found in current line in ↵johannst2016-11-131-1/+34
| | | | | | | | the output buffer of the AsyncCmdProcessor
| * vimrc added function to kill async jobjohannst2016-11-101-7/+20
| |
| * vimrc refactored statusline and added entry for async job, improved ↵johannst2016-11-071-37/+36
| | | | | | | | AsyncCmdProcessor: mergered output buffers, catch empty cmd input
| * added command and keymap for AsyncCmdProcessor; improved buffer creation in ↵johannst2016-11-021-22/+44
| | | | | | | | AsynCmdProcessor