Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-19 | vim: Add extra comments | Johannes Löthberg | 1 | -0/+2 | |
2015-04-19 | vim: Add custom statusline | Johannes Löthberg | 1 | -0/+33 | |
2015-04-19 | vim: Add bindings for easier window movement | Johannes Löthberg | 1 | -0/+6 | |
2015-04-19 | vim: Yank to clipboard and selection by default | Johannes Löthberg | 1 | -2/+2 | |
diff --git a/vim/vimrc b/vim/vimrc index 285280d..59fc373 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -67,8 +67,8 @@ set noexpandtab " Automatically hide buffers instead of requiring bangcommands set hidden -" Paste mode when pressing Insert, disables autoformating -set pastetoggle=<Insert> +" Yank to clipboard/selection by default +set clipboard=unnamed,unnamedplus " Installation check. NeoBundleCheck | |||||
2015-04-19 | vim: Clarify `set hidden` | Johannes Löthberg | 1 | -1/+1 | |
2015-04-19 | vim: Enable using space as a leader key | Johannes Löthberg | 1 | -0/+2 | |
2015-04-19 | vim: Remove nop's on arrows, set showcmd | Johannes Löthberg | 1 | -6/+2 | |
2015-04-19 | vim: Ignore .o | Johannes Löthberg | 1 | -1/+1 | |
2015-04-19 | vim: Don't use dayleree's colour-scheme bundle anymore | Johannes Löthberg | 1 | -6/+4 | |
I'm using a custom version anyway, and the current repo one is completely different. | |||||
2015-04-19 | vim: Use XDG_CONFIG_HOME in neobundle | Johannes Löthberg | 1 | -2/+2 | |
2015-04-16 | vim: neobundle: use begin/end | Johannes Löthberg | 1 | -1/+3 | |
2014-09-27 | vim/vimrc: $XDG_CONFIG_HOME/vim/after should be at the end.. | Johannes Löthberg | 1 | -1/+1 | |
2014-09-24 | vim/vimrc: Restructure | Johannes Löthberg | 1 | -28/+23 | |
2014-08-28 | vimrc: XDG-ify neobundle properly, build command for vimproc on mac | Johannes Löthberg | 1 | -1/+2 | |
2014-07-15 | remove ttimeoutlen from vimrc | Johannes Löthberg | 1 | -3/+0 | |
not sure what it does even.. | |||||
2014-07-15 | vimrc: Delete the "show cursor on the left side of tabs" thing | Johannes Löthberg | 1 | -4/+0 | |
I already set the tabs to be shown differently after it anyway.. | |||||
2014-07-15 | vimrc: a bunch of things, don't feel like explaining... | Johannes Löthberg | 1 | -18/+12 | |
2014-04-26 | vimrc: timeout to stop lag sometimes with O | Johannes Löthberg | 1 | -0/+3 | |
2014-04-20 | vimrc: No rust bundle | Johannes Löthberg | 1 | -2/+0 | |
2014-03-21 | Maybe some other time… | Johannes Löthberg | 1 | -1/+4 | |
2014-02-18 | … | Johannes Löthberg | 1 | -7/+38 | |
2014-02-02 | (Let's pretend that this is the) initial commit | Johannes Löthberg | 1 | -0/+70 | |