aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2023-10-20Added the branchvv alias to git.txtMax Christian Pohle
Which looks similar to `git branch -v`, but adds the last modification timestamp to each branch.
2022-12-18Switched to nvim and neovideMax Christian Pohle
2020-06-26improved readme and term supportMax Christian Pohle
2019-10-09Further refactored statusline and splashMax Christian Pohle
2019-03-25Added custom marks plugin & fixed submodulesMax Christian Pohle
2018-06-20Fixed code folding bugMax Christian Pohle
also added some Git menu enties improved the recently used files startup screen improved the foltext by removing double white spaces improved contextual statusline
2018-04-16Further simplificationsMax Christian Pohle
2018-02-27Fixed syntax of C commentsMax Christian Pohle
2018-01-16Added a few shortcuts to shortcuts.txtMax Christian Pohle
2017-12-21Added useful global command to shortcuts.txtMax Christian Pohle
2017-12-11Fixed symbols, added new screenshotMax Christian Pohle
2017-10-22Added reminder for the :finish commandMax 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-09updated INSTALL instructions and added symbolic link for neovimMax Christian Pohle
2017-08-30Fixed titlestring, added leader-h commandMax Christian Pohle
2017-06-11Bugfixes, switched from airline to lightlineMax Christian Pohle
2017-05-14cleaned the configuration upCharlie Root
2017-05-07Autocommand magicMax Christian Pohle
2017-05-04Replaced tab char againMax Christian Pohle
2017-04-06Added shortcut doc chapter 'annoyances'Max Christian Pohle
2017-03-30Added gv shortcut to the docsMax Christian Pohle
2017-03-20Colors fixed for screen(1)Max Christian Pohle
2017-02-28improved xml handlingMax Christian Pohle
2017-02-20Improved and partly fixed autocompletionMax Christian Pohle
and added some shortcuts
2017-01-26Added command: Hide from bufferlistMax Christian Pohle
2016-11-05Added ikeymap: <leader><leader> for autosnipetsMax Christian Pohle
<leader><leader> lists all possible completions, <leader><tab> automatically inserts first snippet. This feature depends on the filetype (set ft). The filetype can have two values simultaneously, in which case the separator is a dot, like in html.django or html.css.
2016-10-30Updated readmeMax Christian Pohle
This is not a Colorscheme any more
2016-10-30Updated ScreenshotMax Christian Pohle
2016-10-18<leader><leader> opens, focusses & closes NERDTreeMax Christian Pohle
Additionally reordered many settings to make the file more readable.
2016-10-14'white bar' fix for gtk3 interfaceMax Christian Pohle
2016-10-13make Ctrl-Backspace delete a word in insert modeMax Christian Pohle
added most important of all command :viusage to the shortcuts.txt (which is my custom and less comprehensive version of viusage) added gitignore file from github as a reference.
2016-10-06Simpler help navigationMax Christian Pohle
2016-09-27replaced Vundle with vim-plug and tidied configurationMax Christian Pohle
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-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-09moved repository up againMax Christian Pohle
this repo shell be used for vim exclusively
..