Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-01 | vim: foo | Johannes Löthberg | 1 | -2/+1 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2015-07-16 | vim: Add custom python settings | Johannes Löthberg | 1 | -0/+4 | |
2015-05-14 | vim: Don't yank to clipboard by default anymore | Johannes Löthberg | 1 | -3/+0 | |
2015-05-07 | vim: nontext should hove the same bg as normal | Johannes Löthberg | 1 | -1/+1 | |
2015-04-25 | vim: Set spelllang to en_us | Johannes Löthberg | 1 | -0/+2 | |
2015-04-25 | vim: Add vimspell toggle keybinding | Johannes Löthberg | 1 | -0/+3 | |
2015-04-21 | vim: Add upstream distribution of git syn/indent/filetpye | Johannes Löthberg | 1 | -0/+1 | |
2015-04-21 | vim: Add vim-fugitive | Johannes Löthberg | 1 | -0/+5 | |
2015-04-21 | vim: Remove ruler. Useless since I set statusline | Johannes Löthberg | 1 | -1/+0 | |
2015-04-21 | vim: put yaml settings in augroup | Johannes Löthberg | 1 | -1/+4 | |
2015-04-21 | vim: Add keybindings for more easily navigating wrapped lines | Johannes Löthberg | 1 | -0/+5 | |
2015-04-21 | vim: enable linebreak | Johannes Löthberg | 1 | -0/+1 | |
2015-04-21 | vim: set scrolloff=1 | Johannes Löthberg | 1 | -1/+2 | |
2015-04-21 | vim/ftplugin/mail: Set ta fo-opts | Johannes Löthberg | 1 | -1/+1 | |
2015-04-21 | vim: Enable wildmenu | Johannes Löthberg | 1 | -0/+1 | |
2015-04-19 | vim: Add ignorecase | Johannes Löthberg | 1 | -0/+2 | |
smartcase doesn’t work without ignorecase | |||||
2015-04-19 | vim: Add vim-bracketed-paste | Johannes Löthberg | 1 | -0/+1 | |
2015-04-19 | vim: Add CtrlP | Johannes Löthberg | 1 | -0/+5 | |
2015-04-19 | vim: .h files are C, yaml is indented with 2 spaces | Johannes Löthberg | 1 | -0/+8 | |
2015-04-19 | vim: move neobundlecheck to the bottom | Johannes Löthberg | 1 | -3/+4 | |
2015-04-19 | vim: Add syntastic and clang_check | Johannes Löthberg | 1 | -0/+17 | |
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-18 | Darkcustomside: fix CursorLine to be visible | Johannes Löthberg | 1 | -1/+1 | |
2015-04-18 | darkcustomside: Style type | Johannes Löthberg | 1 | -1/+1 | |
2015-04-16 | vim: Update neobundle submodule | Johannes Löthberg | 1 | -0/+0 | |
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: neobundle.vim: update submodule | Johannes Löthberg | 1 | -0/+0 | |
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-30 | vim: neobundle: pull | Johannes Löthberg | 1 | -0/+0 | |
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 | 2 | -3/+22 | |
2014-02-18 | … | Johannes Löthberg | 2 | -7/+39 | |
2014-02-02 | (Let's pretend that this is the) initial commit | Johannes Löthberg | 6 | -0/+192 | |