Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-25 | weechat: Remove old qt alias | Johannes Löthberg | 1 | -1/+0 | |
2015-04-25 | weechat: Update config file headers | Johannes Löthberg | 14 | -14/+14 | |
Finally they removed the version number.. | |||||
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-17 | Revert "weechat/irc: new pv/channels near server" | Johannes Löthberg | 1 | -2/+2 | |
This reverts commit 56ed42311d7570a56c72a45954c60181d6e10bfd. | |||||
2015-04-17 | Revert "weechat/irc: Don't merge server buffers" | Johannes Löthberg | 1 | -1/+1 | |
This reverts commit 84a281cfd254179c7ba8993edc64a4e3ab3ce82c. | |||||
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 | |
2015-04-16 | zsh/prompt: Add virtual env to prompt | Johannes Löthberg | 1 | -4/+9 | |
2015-04-16 | zsh/aliases: Add 5c for cding to a 5m code directory | Johannes Löthberg | 1 | -0/+8 | |
2015-04-16 | zprofile: Disable virtual env prompt | Johannes Löthberg | 1 | -0/+2 | |
2015-04-16 | zsh/aliases: Add function for activating/creating a 5venv | Johannes Löthberg | 1 | -0/+22 | |
2015-04-14 | zsh/prompt: use case | Johannes Löthberg | 1 | -7/+11 | |
2015-04-14 | zsh/aliases: fix erronous indentation | Johannes Löthberg | 1 | -1/+1 | |
2015-04-14 | zsh/prompt: Redo prompt colors, per-host colors | Johannes Löthberg | 1 | -25/+44 | |
2015-04-12 | weechat: update chanop watchlist | Johannes Löthberg | 1 | -1/+1 | |
2015-04-12 | weechat: Set lag check to 30 seconds, only show lag when useful | Johannes Löthberg | 1 | -2/+2 | |
2015-04-12 | weechat/colorize_nicks: verbump 16 → 17 | Johannes Löthberg | 1 | -3/+5 | |
2015-04-12 | weechat: add wee-slack | Johannes Löthberg | 2 | -0/+1695 | |
2015-04-12 | weechat/irc: Remove mozilla/ogamenet, add quakenet | Johannes Löthberg | 1 | -74/+38 | |
2015-04-12 | weechat/irc: New option: sasl_key | Johannes Löthberg | 1 | -1/+6 | |
2015-04-12 | weechat/irc: Don't merge server buffers | Johannes Löthberg | 1 | -1/+1 | |
2015-04-12 | weechat/irc: always show notices in PVs | Johannes Löthberg | 1 | -1/+1 | |