aboutsummaryrefslogtreecommitdiff
path: root/vim/.vimrc
AgeCommit message (Collapse)Author
2018-01-03Add interactive global replace tool to VimHEADmasterAdrian Kummerlaender
2017-12-22Add vim-easymotion, vim-incsearch, fzfAdrian Kummerlaender
2017-09-28Floating pinentry, better ctags bindingAdrian Kummerlaender
2017-06-17Add C++ highlighting plugin to VimAdrian Kummerlaender
2017-06-01Set custom indent guide colorsAdrian Kummerlaender
2017-05-31Add indentation guides to `vim`Adrian Kummerlaender
2017-05-22Move project specific formatter config to directory specific configAdrian Kummerlaender
2017-05-18Add support for folder specific vim configurationAdrian Kummerlaender
e.g. enabling different whitespace settings depending on the project
2017-05-01Use `vim-plug` as vim plugin manager instead of `pathogen`Adrian Kummerlaender
2017-04-30Setup vim tagbar behaviorAdrian Kummerlaender
2017-04-30Add vim tagbar settings, update ctrlp settingsAdrian Kummerlaender
2017-03-21Disable unneeded `vim-latex-suite` featuresAdrian Kummerlaender
2017-03-18Update vim configurationAdrian Kummerlaender
2017-02-24Setup `vim-latex-suite`, math concealment, fold togglingAdrian Kummerlaender
2017-01-17Enable fenced syntax highlighting in vim pandoc modeAdrian Kummerlaender
2017-01-14Replace `vimwiki` with custom solution based on selected plugins and `rofi`Adrian Kummerlaender
2017-01-14Add lisp tab settingsAdrian Kummerlaender
2016-12-30Change `vim` leader to commaAdrian Kummerlaender
2016-10-20Add basic Matlab support to vimAdrian Kummerlaender
2016-10-12Add _nerdtree_ config to `vimrc`Adrian Kummerlaender
2016-10-09Add _Racket_ and _Prolog_ specific rulesAdrian Kummerlaender
2016-03-09Enable 256 color mode for terminal _vim_Adrian Kummerlaender
2016-03-07Implement cite command in _pentadactyl_Adrian Kummerlaender
* `vimrc` changes are required to prevent _airline_ from generating unnecessary warnings concerning the spaces used to signal a blockquote
2016-03-06Expand _vimwiki_ settingsAdrian Kummerlaender
* hide line numbers, enable autoreload * define HTML target and template
2016-03-04Hide splits and numbers in _vim-airline_ tab lineAdrian Kummerlaender
2016-02-06Fix _vim_ refresh problemAdrian Kummerlaender
2015-12-04Set Java specific identation behaviorAdrian Kummerlaender
2015-10-16Display tabulators as solid blocks in custom color schemeAdrian Kummerlaender
2015-09-21Set `jellybeans` as _vim_ colorschemeAdrian Kummerlaender
* my custom theme `akr` only currently works correctly in _gvim_ and I don't like the results using _vim-csapprox_
2015-06-10Tweaked window resizing and vim navigation bindingsAdrian Kummerlaender
* halved horizontal window resize grid width * added `J` and `K` mappings for easier section navigation * fixed pentadactly `guioptions` which were incompatible with it's latest version
2015-05-15Collection of small updatesAdrian Kummerlaender
* increased shading of background terminal instances * set zathura color inversion as default
2015-03-01Added _Vim_ mapping to center the view on current lineAdrian Kummerlaender
2015-02-28Added configuration for distraction free reading in _Vim_Adrian Kummerlaender
* also added a comment listing all expected _Vim_ plugins
2015-02-27Marked Vim's `cursorline` as toggleableAdrian Kummerlaender
* compromise as there is no straight forward way to only highlight the current line number but not the whole line while maintaining line highlighting in e.g. _CtrlP_
2015-02-25Enabled current line number highlighting in VimAdrian Kummerlaender
* added special `match` condition to prevent obtrusive tabulator highlighting
2015-02-11Configured `vim-gitgutter` pluginAdrian Kummerlaender
2015-02-09Removed CLI colors from colorscheme as is handled by `CSapprox`Adrian Kummerlaender
* added mouse support to terminal vim * refined vim search configuration
2015-02-07Added basic version of my own vim colorschemeAdrian Kummerlaender
2014-12-26Use unique names for `vim` swapfiles, added type specific rulesAdrian Kummerlaender
* added custom tabulator rules for _scheme_
2014-12-23Added `vimwiki` folder to `vimrc`Adrian Kummerlaender
2014-12-04Removed `i3wm` borders, increased dmenu size and changed vim tab charAdrian Kummerlaender
2014-11-02Added basic `vim-airline` configurationAdrian Kummerlaender
2014-07-12Fixed vim split navigation Alt+Arrow key combinationsAdrian Kummerlaender
* moved the mappings to vimrc to enable them for both vim and gvim * added Alt+Arrow key forwarding to urxvt configuration * added default font to pentadactylrc
2014-04-05Moved buffer navigation remappings int gvim configurationAdrian Kummerländer
* they don't work in normal vim, so they should only be configured for gvim ** the problem is probably the terminal not forwardinf the keys as required by the remapping
2014-02-10Added A-Up and A-Down split movement bindingsAdrian Kummerländer
2014-01-29Initial commit of my current dotfilesAdrian Kummerländer