aboutsummaryrefslogtreecommitdiff
path: root/vim/.gvimrc
AgeCommit message (Collapse)Author
2016-09-17Fix tab highlighting in _akr_ color schemeAdrian Kummerlaender
2016-02-15Change font to _Fantasque Sans Mono_ and enable airline symbolsAdrian 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-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
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-01-29Initial commit of my current dotfilesAdrian Kummerländer