| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | vim: added a new mapping for temporarily pasting | Miquel Sabaté Solà | 2016-02-10 | 1 | -0/+3 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | vim: updated paste toggle | Miquel Sabaté Solà | 2016-02-05 | 1 | -0/+3 |
| | | | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com> | ||||
| * | vim: don't user <c-o> | Miquel Sabaté | 2015-08-13 | 1 | -0/+3 |
| | | |||||
| * | vim: do nothing when <S-k> has been pressed. | Miquel Sabaté | 2015-02-16 | 1 | -0/+4 |
| | | |||||
| * | vim: set the `mapleader` variable in the global scope. | Miquel Sabaté | 2014-12-30 | 1 | -1/+1 |
| | | |||||
| * | vim: setting the nocompatible option is pointless in a vimrc file. | Miquel Sabaté | 2014-12-28 | 1 | -1/+0 |
| | | |||||
| * | vim: do nothing when <C-z> gets pressed in either normal or insert mode. | Miquel Sabaté | 2014-11-17 | 1 | -1/+6 |
| | | | | | | | It's extremely *shitty* that <C-z> stops the current `vim` process. Why in seven hells would I want to do that ? This has bitten me in the ass a couple of times already when missing at pressing <C-x>. | ||||
| * | vim: added a new mapping. Now <leader>, is an alias of ^ | Miquel Sabaté | 2014-09-08 | 1 | -0/+3 |
| | | | | | | This is because I find that pressing ^ to go to the first non-blank character of the current line is rather inconvenient. | ||||
| * | vim: all the calls to autocmd are now in a separate file. | Miquel Sabaté | 2014-08-29 | 1 | -12/+3 |
| | | |||||
| * | vim: use always the clipboard. | Miquel Sabaté | 2014-05-06 | 1 | -0/+5 |
| | | |||||
| * | vim: <leader>V will split vertically *and* switch to the new window. | Miquel Sabaté | 2014-05-01 | 1 | -0/+1 |
| | | |||||
| * | vim: use the <leader>v mapping to open a vertical split. | Miquel Sabaté | 2014-05-01 | 1 | -0/+1 |
| | | | | | | Specially handy since <leader>c is a mapping I have for closing windows and I use vertical splits all the time. | ||||
| * | vim: using the vim-go plugin, instead of the Go's official vim support. | Miquel Sabaté | 2014-03-30 | 1 | -5/+0 |
| | | |||||
| * | vim: settings 4 spaces as the default indentation settings in Perl. | Miquel Sabaté | 2014-03-04 | 1 | -0/+1 |
| | | |||||
| * | vim: polishing the config regarding search. | Miquel Sabaté | 2014-02-16 | 1 | -1/+7 |
| | | |||||
| * | vim: turn the plugins on after loading the bundles.vim file. | Miquel Sabaté | 2014-02-11 | 1 | -0/+3 |
| | | | | | This is the way it's supposed to be done anyways. | ||||
| * | vim: remove trailing spaces on save. | Miquel Sabaté | 2014-02-10 | 1 | -0/+4 |
| | | |||||
| * | vim: use Go's defaults for indentation. | Miquel Sabaté | 2014-02-10 | 1 | -0/+1 |
| | | |||||
| * | vim: added the CtrlP plugin. | Miquel Sabaté | 2014-01-30 | 1 | -3/+0 |
| | | | | | I've also moved the configuration of plugins in the bundles.vim file. | ||||
| * | vim: style. | Miquel Sabaté | 2014-01-29 | 1 | -3/+3 |
| | | |||||
| * | vim: map <C-q> as @q | Miquel Sabaté | 2014-01-29 | 1 | -0/+3 |
| | | | | | | This makes sense because I use the q key all the time for macros and @ is kind of hard to type for me :) | ||||
| * | vim: let's try this relativenumber thing. | Miquel Sabaté | 2014-01-27 | 1 | -0/+1 |
| | | |||||
| * | vim: removed re-map of <C-a>. | Miquel Sabaté | 2014-01-27 | 1 | -3/+0 |
| | | |||||
| * | vim: map <leader>c to :close. | Miquel Sabaté | 2014-01-17 | 1 | -0/+1 |
| | | |||||
| * | vim: added mappings for window navigation. | Miquel Sabaté | 2014-01-10 | 1 | -0/+6 |
| | | |||||
| * | vimrc: added the select mode in the status line. | Miquel Sabaté | 2014-01-05 | 1 | -0/+1 |
| | | |||||
| * | vim: add Go's plugins only if Go is installed in the system. | Miquel Sabaté | 2014-01-04 | 1 | -1/+3 |
| | | |||||
| * | vim: created a shortcut for surrounding words. | Miquel Sabaté | 2014-01-03 | 1 | -0/+3 |
| | | |||||
| * | vim: let's use vundle. | Miquel Sabaté | 2014-01-03 | 1 | -4/+12 |
| | | |||||
| * | vim: another typo. | Miquel Sabaté | 2014-01-03 | 1 | -1/+1 |
| | | |||||
| * | vim: being more formal. | Miquel Sabaté | 2014-01-03 | 1 | -1/+1 |
| | | |||||
| * | vim: typo. | Miquel Sabaté | 2014-01-03 | 1 | -2/+2 |
| | | |||||
| * | vimrc: show a proper cursor shape for Konsole. | Miquel Sabaté | 2014-01-03 | 1 | -0/+9 |
| | | |||||
| * | vim: added a comment to the <C-A> mapping | Miquel Sabaté | 2013-12-18 | 1 | -0/+3 |
| | | |||||
| * | vim: enter visual-line mode instead of visual mode in the <C-A> mapping. | Miquel Sabaté | 2013-12-16 | 1 | -1/+1 |
| | | |||||
| * | vim: added the <C-A> mapping in normal mode. | Miquel Sabaté | 2013-12-16 | 1 | -0/+1 |
| | | | | | This mapping is convenient when I want to select the whole text. | ||||
| * | vim: more updates on the vimrc file | Miquel Sabaté | 2013-12-10 | 1 | -1/+15 |
| | | |||||
| * | vim: updated the vimrc file | Miquel Sabaté | 2013-12-10 | 1 | -3/+51 |
| | | |||||
| * | vim: Control+S will also write in normal mode | Miquel Sabaté | 2013-12-02 | 1 | -1/+1 |
| | | |||||
| * | vim: Added the Ctrl+S shortcut. | Miquel Sabaté | 2013-12-02 | 1 | -0/+6 |
| | | |||||
| * | vim: set UTF-8 as the default encoding and use "," for the leader | Miquel Sabaté | 2013-12-01 | 1 | -0/+3 |
| | | |||||
| * | Updated the vimrc file | Miquel Sabaté | 2013-11-30 | 1 | -3/+5 |
| | | |||||
| * | Added YACC to the autocmd statement | Miquel Sabaté | 2013-02-25 | 1 | -0/+1 |
| | | |||||
| * | Typo | Miquel Sabaté | 2011-11-02 | 1 | -1/+1 |
| | | |||||
| * | Improved Vim configuration file | Miquel Sabaté | 2011-11-02 | 1 | -6/+31 |
| | | |||||
| * | Colorize column 80 | Miquel Sabaté | 2011-10-21 | 1 | -0/+4 |
| | | |||||
| * | Added vimrc | Miquel Sabaté | 2011-10-06 | 1 | -0/+3 |
