Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-07 | changed mouse behaviour, added vim-server desktop file | Max Christian Pohle | |
2016-11-05 | Added ikeymap: <leader><leader> for autosnipets | Max 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-30 | Updated readme | Max Christian Pohle | |
This is not a Colorscheme any more | |||
2016-10-30 | Updated Screenshot | Max Christian Pohle | |
2016-10-26 | Optimized for termite terminal | Max Christian Pohle | |
2016-10-18 | replaced taglist-plug with tagbar, fixed shortcut | Max Christian Pohle | |
Fixed custom shortcuts for NerdTree | |||
2016-10-18 | <leader><leader> opens, focusses & closes NERDTree | Max Christian Pohle | |
Additionally reordered many settings to make the file more readable. | |||
2016-10-17 | Allow terminal vim background transparency | Max Christian Pohle | |
added an option to keep automatically wrapped lines correctly indented | |||
2016-10-15 | Conditional <Tab>-Key | Max 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-14 | Redid the changes I lost | Max Christian Pohle | |
2016-10-14 | 'white bar' fix for gtk3 interface | Max Christian Pohle | |
2016-10-13 | make Ctrl-Backspace delete a word in insert mode | Max 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-06 | Simpler help navigation | Max Christian Pohle | |
2016-10-04 | Inserted fancy utf-8 symbols | Max Christian Pohle | |
2016-10-02 | Improved portability for Linux and FreeBSD | Max 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-27 | replaced Vundle with vim-plug and tidied configuration | Max Christian Pohle | |
2016-09-27 | Just modified some airline settings | Max Christian Pohle | |
in order to improve the preformance | |||
2016-09-22 | cleaned up | Max 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-19 | Went back to YouCompleteMe | Max Christian Pohle | |
changed colorscheme to base16 | |||
2016-09-14 | disable code folding | Max Christian Pohle | |
2016-09-13 | started over | Max Christian Pohle | |
Dropped YouCompleteMe, because its deployment is too complicated for a default configuration. | |||
2016-05-25 | added more plugins and removed symbol bar in gvim | Max 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-24 | major 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-10 | fixed mistakes in documentation | Max Christian Pohle | |
2016-05-10 | got rid of the 'plugins' folder | Max Christian Pohle | |
instead using the default name 'bundle' now | |||
2016-05-10 | readded git submodule | Max Christian Pohle | |
it creates bundle/Vundle.vim | |||
2016-05-09 | moved repository up again | Max Christian Pohle | |
this repo shell be used for vim exclusively | |||
2016-05-09 | set default font to liberation | Max Christian Pohle | |
2016-05-04 | some fixes and new plugins | Max 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-14 | mouse: no select mode, right mouse click menu | Max Christian Pohle | |
fixed mouse: right click menu and no automatic switch to select mode | |||
2015-11-10 | new vim shortcut and vimrc location | Max Christian Pohle | |
vimrc can resist in ~/.vim/vimrc instead of ~/.vimrc, which looks tidier | |||
2015-11-09 | visual block working with cursor keys again | Max Christian Pohle | |
reason was the setting behave=mswin (just for reference) | |||
2015-10-15 | started .screen folder | Max Christian Pohle | |
2015-10-15 | corrected submodule | Max Christian Pohle | |
2015-10-15 | added rc-file | Max Christian Pohle | |
2015-10-15 | Merge remote-tracking branch 'vim/master' | Max Christian Pohle | |
2015-10-15 | home repo | Max Christian Pohle | |
2015-09-14 | text insertion with middle click over ssh without -X works | Max 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-14 | fixed some bugs with easy movement | Max Christian Pohle | |
2015-09-14 | marker doc added and some minor vimrc tweaks | Max Christian Pohle | |
2015-09-14 | added wildmenu support and some syntax tweaks | Max Christian Pohle | |
2015-09-13 | vimdiff shortcuts added and support for CTRL+Shift+LeftArrow... | Max Christian Pohle | |
2015-09-09 | added modeline to vimrc, commented vimrc further | Max 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-09 | fixed bracket error and set default file format to utf-8 | Max Christian Pohle | |
I also added some more notes to the INSTALL file, nothing special though | |||
2015-09-07 | tab options, white space handling | Max Christian Pohle | |
2015-09-07 | added instructions on how to add vim to thunars sendto menu | Max Christian Pohle | |
2015-09-07 | added favicon (the vim icon) | Max Christian Pohle | |
2015-09-07 | added vim screenshot to the documentation | Max Christian Pohle | |
2015-09-07 | renamed colorscheme, included INSTALL instructions | Max Christian Pohle | |
2015-09-06 | cleaned up working directory | Max Christian Pohle | |