aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-28More screen space and unconditional white space markersMax Christian Pohle
2018-03-26Minor changes to improve performance on huge filesMax Christian Pohle
2018-03-21Test: switch buffer with C-Pgup, args with S-PgupMax Christian Pohle
2018-02-27Fixed syntax of C commentsMax Christian Pohle
2018-02-10Fixed Bug: Automatically save the first changeMax Christian Pohle
This was introduced by the autocmd used to return the cursor to the previous position and appeared only sometimes, when vim was loading slower than usual.
2018-02-09Again made foldtext fancier :)Max Christian Pohle
2018-02-07Improved foldtext, removed default textwidth=120Max Christian Pohle
2018-01-31Added comment folding to C filetypeMax Christian Pohle
this works by overruling some of the default settings, see :help mysyntaxfile-add*
2018-01-19Added spell checking capabilitiesMax Christian Pohle
2018-01-16Added a few shortcuts to shortcuts.txtMax Christian Pohle
2018-01-12Fixed nerd font error symbols for aleMax Christian Pohle
2018-01-11Experimental neovim alternatives includedMax Christian Pohle
2018-01-06Removed TAB for buffer switching, remapped F-keys insteadMax Christian Pohle
Because Tab collides with <C-I>, which can otherwise not be used easily
2018-01-03Now inloading default macro matchit.vim by defaultMax Christian Pohle
...because why not?
2017-12-21Added useful global command to shortcuts.txtMax Christian Pohle
2017-12-19Permanently hide .o (object files) from NERDTreeMax Christian Pohle
2017-12-18Fixed termencoding error messageMax Christian Pohle
2017-12-11Fixed symbols, added new screenshotMax Christian Pohle
2017-11-28Removed foldmethod=syntax since it is making Vim slowMax Christian Pohle
2017-11-19Improved gtk customization and made it local to gvimMax Christian Pohle
2017-11-10Optical improvements (symbols and location of filename)Max Christian Pohle
2017-11-08Keep the ycm signature/preview window openMax Christian Pohle
2017-11-07Fancyfication for multiple server sessionsMax Christian Pohle
2017-11-04Improved base16 colorscheme integrationMax Christian Pohle
2017-11-03Improved remote-send menu by removing current sessionMax Christian Pohle
2017-11-03Send files from one session to another using the menuMax Christian Pohle
2017-11-02Improved version of the gtk-3.0 menu cssMax Christian Pohle
2017-11-02Added editexisting script for gvim/vimMax Christian Pohle
2017-11-02Added menu to send a file to a vim server sessionMax Christian Pohle
2017-11-01Turned line numbers off and started using ftplugin for thatMax Christian Pohle
2017-10-30Minor changes, mostly related to a clearer displayMax Christian Pohle
2017-10-25improved git log and man page display by removing linenoMax Christian Pohle
2017-10-25added additional commands for bashrc (source it from .bashrc)Max Christian Pohle
2017-10-22Added reminder for the :finish commandMax Christian Pohle
2017-10-18Back to up/down keybinding of YCMMax Christian Pohle
2017-10-18Added to submenus in GITMax Christian Pohle
2017-10-17Changed default gui font and made cscope more verboseMax Christian Pohle
2017-10-15Further improved the menu and fallback colorschemeMax Christian Pohle
2017-10-15Major refactoring, added many menues and comfort featuresMax Christian Pohle
2017-10-11Minor improvements, mostly from reading :helpMax Christian Pohle
2017-10-05improved tab char, cscope menu, display performanceMax Christian Pohle
2017-09-30Reduced flickering by avoiding automatic close of the preview windowMax Christian Pohle
2017-09-29indenting at braces, display current function in statuslineMax Christian Pohle
2017-09-17Improved tabstop symbol and appearanceMax Christian Pohle
2017-09-09updated INSTALL instructions and added symbolic link for neovimMax Christian Pohle
2017-09-07Added shortcut alt+arrow to change between windowsMax Christian Pohle
2017-08-30Fixed titlestring, added leader-h commandMax Christian Pohle
2017-08-30Changed Colorscheme, improved gvim supportMax Christian Pohle
2017-08-29Trying to improve speed by using random access memMax Christian Pohle
2017-08-28Fixed scrolling issues and little reorderingMax Christian Pohle
..