aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-04Inserted fancy utf-8 symbolsMax Christian Pohle
2016-10-02Improved portability for Linux and FreeBSDMax Christian Pohle
Removed shell setting, because bash's path can vary. Made Vim-Plug the new default by completely removing Vundle's old 'bundle' folder and added a gvim-buffer.desktop file which can be 'installed' under ~/.local/share/applications/ to allow xdg-conforming file managers to files in an already running vim session as buffer
2016-09-27replaced Vundle with vim-plug and tidied configurationMax Christian Pohle
2016-09-27Just modified some airline settingsMax Christian Pohle
in order to improve the preformance
2016-09-22cleaned upMax Christian Pohle
doc/INSTALL: color-coded is no longer used, because its features are also provided by YouCompleteMe. The installation method got simpler and I reordered the commands for faster deployment. Dropped nelstroms colorscheme mac_classic from the git submodule list, because that can also be installed by Vundle Included 'syntastic', which highlights syntactic errors in many languages and comes in very handy when using LaTeX
2016-09-19Went back to YouCompleteMeMax Christian Pohle
changed colorscheme to base16
2016-09-14disable code foldingMax Christian Pohle
2016-09-13started overMax Christian Pohle
Dropped YouCompleteMe, because its deployment is too complicated for a default configuration.
2016-05-25added more plugins and removed symbol bar in gvimMax Christian Pohle
new features introduced by plugins * quick navigation: \b - switch between buffer \\w or \\f for faster cursor placement * vimshell: :new | VimShell * quote replacement like :cs"'
2016-05-24major update: plugins, colorscheme, shortcuts, new git submodule!Max Christian Pohle
* using nelstroms mac color scheme * 'fixed' some keyboard shortcuts to behave more like in other editors * added some plugins
2016-05-10fixed mistakes in documentationMax Christian Pohle
2016-05-10got rid of the 'plugins' folderMax Christian Pohle
instead using the default name 'bundle' now
2016-05-10readded git submoduleMax Christian Pohle
it creates bundle/Vundle.vim
2016-05-09moved repository up againMax Christian Pohle
this repo shell be used for vim exclusively
2016-05-09set default font to liberationMax Christian Pohle
2016-05-04some fixes and new pluginsMax Christian Pohle
fixed y's behaviour so that copy does not delete any more. included plugin for better code formatting and a loremipsum generator.
2016-04-14mouse: no select mode, right mouse click menuMax Christian Pohle
fixed mouse: right click menu and no automatic switch to select mode
2015-11-10new vim shortcut and vimrc locationMax Christian Pohle
vimrc can resist in ~/.vim/vimrc instead of ~/.vimrc, which looks tidier
2015-11-09visual block working with cursor keys againMax Christian Pohle
reason was the setting behave=mswin (just for reference)
2015-10-15started .screen folderMax Christian Pohle
2015-10-15corrected submoduleMax Christian Pohle
2015-10-15added rc-fileMax Christian Pohle
2015-10-15Merge remote-tracking branch 'vim/master'Max Christian Pohle
2015-10-15home repoMax Christian Pohle
2015-09-14text insertion with middle click over ssh without -X worksMax Christian Pohle
problem was set mouse=a, which is default but which needs a gui. GUI is only available when using ssh -X to connect and sometimes it causes trouble when using sudo. Deactivated mouse=a in console and replaced it with mouse=nh which will make the mouse working in help files as usual and in normal mode, but not in insert mode, where the console should handle mouse events.
2015-09-14fixed some bugs with easy movementMax Christian Pohle
2015-09-14marker doc added and some minor vimrc tweaksMax Christian Pohle
2015-09-14added wildmenu support and some syntax tweaksMax Christian Pohle
2015-09-13vimdiff shortcuts added and support for CTRL+Shift+LeftArrow...Max Christian Pohle
2015-09-09added modeline to vimrc, commented vimrc furtherMax Christian Pohle
modeline says, that the window should be 160 columns width. It is usually bad habit to write lines that long, but in this case it improves the situation, because comments and corresponding commands can stay together in this way.
2015-09-09fixed bracket error and set default file format to utf-8Max Christian Pohle
I also added some more notes to the INSTALL file, nothing special though
2015-09-07tab options, white space handlingMax Christian Pohle
2015-09-07added instructions on how to add vim to thunars sendto menuMax Christian Pohle
2015-09-07added favicon (the vim icon)Max Christian Pohle
2015-09-07added vim screenshot to the documentationMax Christian Pohle
2015-09-07renamed colorscheme, included INSTALL instructionsMax Christian Pohle
2015-09-06cleaned up working directoryMax Christian Pohle
2015-09-06cleaned up git submodules, added an empty temp/-folder for backup/undo filesMax Christian Pohle
2015-09-06switched to vundle, cleaned and commented the vimrcMax Christian Pohle
2015-07-29added submodule for css indentationMax Christian Pohle
2015-07-27removed default font from color theme (should be placed in vimrc)Max Christian Pohle
2015-07-26original configuration from monochrome with custom color-scheme maxvb6Max Christian Pohle
..