aboutsummaryrefslogtreecommitdiff
path: root/vimrc
AgeCommit message (Collapse)Author
2023-10-21Improved code folding, because tree-sitter broke itMax Christian Pohle
2023-10-20Merge Windows configMax Christian Pohle
2022-12-23Refactored a tiny bit and added editorconfigMax Christian Pohle
2022-12-18Switched to nvim and neovideMax Christian Pohle
2020-07-16Tiny mostly optical improvementsMax Christian Pohle
2020-07-08Merge branch 'staging2' into stagingMax Christian Pohle
2020-07-08Minor cleanups done over a larger time spanMax Christian Pohle
2020-06-26improved readme and term supportMax Christian Pohle
2020-02-28Small fixes and adoptions for python[23]Max Christian Pohle
2019-10-07further C&P and keyboard arrow fixesMax Christian Pohle
2019-09-12Improved Java support & minor fixesMax Christian Pohle
2018-10-29Further cleaning finally doneMax Christian Pohle
2018-10-22Major refactoring for version 2.0Max Christian Pohle
vim-plug has been removed and replaced with Vims internal bundle mechanism. But I already noticed, that there is also GLVM now and started trying that as well.
2017-05-06Made vimrc a symbolic linkMax Christian Pohle
2017-05-06Performance improvements + code refactoringMax Christian Pohle
2017-05-04Replaced tab char againMax Christian Pohle
2017-05-02found a less disturbing utf-8 char for tabsMax Christian Pohle
2017-04-28fixed order, added some cscope shortcuts from vim.wikiaMax Christian Pohle
2017-04-28Mainly whitespace and indentation fixesMax Christian Pohle
2017-03-28use f-keys to toggle some default windowsMax Christian Pohle
2017-03-20Fixed color scheme to be used with screenMax Christian Pohle
2017-02-28improved xml handlingMax Christian Pohle
2017-02-22Several optical improvements, nvim compatibility fixesMax Christian Pohle
2017-02-20Improved and partly fixed autocompletionMax Christian Pohle
and added some shortcuts
2017-01-19NeoVim compatibility & CTRL-X/CTRL-A improvementsMax Christian Pohle
2016-12-17Switched to a white themeMax Christian Pohle
because that is said to be more eye friendly
2016-12-07changed mouse behaviour, added vim-server desktop fileMax 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-26Optimized for termite terminalMax Christian Pohle
2016-10-18replaced taglist-plug with tagbar, fixed shortcutMax Christian Pohle
Fixed custom shortcuts for NerdTree
2016-10-18<leader><leader> opens, focusses & closes NERDTreeMax Christian Pohle
Additionally reordered many settings to make the file more readable.
2016-10-17Allow terminal vim background transparencyMax Christian Pohle
added an option to keep automatically wrapped lines correctly indented
2016-10-15Conditional <Tab>-KeyMax Christian Pohle
When NERDTree has the focus: Jump to the file, but when the file has the focus, jump to the next buffer.
2016-10-14Redid the changes I lostMax 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-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-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
..