aboutsummaryrefslogtreecommitdiff
path: root/vim
AgeCommit message (Collapse)Author
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-09-17Fix tab highlighting in _akr_ color schemeAdrian Kummerlaender
2016-09-10Add basic latex specific highlighting rules to `akr` colorschemeAdrian 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-15Change font to _Fantasque Sans Mono_ and enable airline symbolsAdrian 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-10-01Adapt `guioptions` to prevent screen redrawing issuesAdrian Kummerlaender
* sometimes the note-taking `gvim` instance in the `i3wm` scratchpad has issues redrawing the screen content correctly after it was launched, this change seems to mitigate this behaviour
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-08-23Enable powerline symbols for `gvim`Adrian Kummerlaender
2015-07-26Changed vim cursor colors to be more prominentAdrian Kummerlaender
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-17Added custom fish prompt and changed fontAdrian Kummerlaender
* replaced the Droid family with Dejavu as it offers better readability and e.g. 0 and O are displayed differently
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-11Unified colors between gtk, cli and vimAdrian Kummerlaender
* changed `IncSearch` in vim colorscheme to highlight current replacement candidate * added `srfi-1` to default Chicken Scheme REPL libraries
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 CLI support to custom vim colorschemeAdrian Kummerlaender
2015-02-07Customized urxvt colors to match vim colorschemeAdrian Kummerlaender
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-06-13Switched conky / i3bar to JSON protocolAdrian Kummerlaender
* conky now generates JSON output in conjunction with newly created ".conky.sh" * changed conky script logic to be interface aware ** detects and displays address of the active interface (eth / wlan / wwan) * changed conky date format to iso * switched gvim font to "Droid Sans Mono" ** analog to urxvt font * xdg config is now preventing "Desktop" and "Downloads" directories from being created
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