summaryrefslogtreecommitdiff
path: root/vimrc
Commit message (Collapse)AuthorAgeFilesLines
* vimrc: added undodirjohannst2020-02-121-0/+9
|
* bootstrap vundle in vimrc instead installerjohannst2019-11-301-0/+15
|
* vimrc: added background setting to get proper color settingsjohannst2019-05-281-1/+3
|
* vimrc: added plugins, vim-rooter, vim-highlightedyank, vim-multicursorjohannst2019-05-191-2/+7
|
* vimrc: cleaned up more old configsjohannst2019-05-191-155/+22
|
* vimrc: remove more plugins and align tabs/spacesjohannst2019-05-191-60/+41
|
* vimrc: cleanup of unused pluginjohannst2019-05-191-46/+5
|
* vimrc: fixed base16 plugin configjohannst2019-05-191-3/+4
|
* Added vim-over & added generation of base16 colorschme to .vimrcjohannst2018-11-221-4/+15
|
* added base16 colorschme to vimrcU-SYNOPSYS\jstolp2018-11-151-0/+1
|
* vimrc: added keymap to put visual highlight as searchjohannst2018-10-011-0/+1
|
* added completor plugin to vimrcjohannst2018-07-011-0/+1
|
* added vim mapping for :History: fzf functionjohannst2018-06-191-0/+1
|
* added vim mapping for :Lines fzf functionjohannst2018-06-191-1/+1
|
* added fzf vim pluginjohannst2018-06-181-1/+24
|
* bashrc: enabled vi cmd editing. vimrc: added keymap for visual find grep and ↵johannst2018-05-141-1/+3
| | | | all buffer search/repleace
* vim minor changes in colorscheme and cleanup in statuslinejohannst2018-04-191-25/+18
|
* vimrc: removed leader mapping in inset mode, since leader is <space> key ↵johannst2018-04-041-1/+1
| | | | these mappings add some delay while sending <space> in insert mode
* vimrc: unified ctags paths thourgh plugin configurationsjohannst2018-01-291-1/+1
|
* vimrc: Added ALEjohannst2017-11-141-0/+12
|
* vimrc: introduced plugin enabled checking functionjohannst2017-11-121-9/+14
|
* vimrc: Factored out AsyncCmdProcessor as own vim pluginjohannst2017-11-111-127/+5
|
* vimrc: added keymap for diff open windows and diffoff all diffs + added diff ↵johannst2017-11-101-0/+10
| | | | status in statusline
* vimrc: Added keymap to toggle line wrappingjohannst2017-11-061-0/+2
|
* vimrc: map leader to <Space>, and only map if it is not set alreadyjohannst2017-11-011-1/+5
|
* 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
|
* 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.
* changed vim listchars colors, added autocmd to highlight trailing whitespacesjohannst2017-05-011-11/+16
|
* 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-021-1/+1
|
* implemented bashrc, vim and git installerjohannst2017-01-141-1/+1
|
* search colors in vimjohannst2017-01-131-2/+0
|
* vimrc removed buffer movement in Tagbarjohannst2016-12-171-0/+17
|
* vimrc: added yankring plugin; AsynCmdProcessor, cmd line now reports return ↵johannst2016-12-061-2/+16
| | | | value of command
* Merge branch 'vim8_dev'johannst2016-12-031-49/+190
|\ | | | | | | 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
| |
| * 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