aboutsummaryrefslogtreecommitdiff
path: root/vimrc
Commit message (Collapse)AuthorAgeFilesLines
* vim: updated paste toggleMiquel Sabaté Solà2016-02-051-0/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* vim: don't user <c-o>Miquel Sabaté2015-08-131-0/+3
|
* vim: do nothing when <S-k> has been pressed.Miquel Sabaté2015-02-161-0/+4
|
* vim: set the `mapleader` variable in the global scope.Miquel Sabaté2014-12-301-1/+1
|
* vim: setting the nocompatible option is pointless in a vimrc file.Miquel Sabaté2014-12-281-1/+0
|
* vim: do nothing when <C-z> gets pressed in either normal or insert mode.Miquel Sabaté2014-11-171-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-081-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-291-12/+3
|
* vim: use always the clipboard.Miquel Sabaté2014-05-061-0/+5
|
* vim: <leader>V will split vertically *and* switch to the new window.Miquel Sabaté2014-05-011-0/+1
|
* vim: use the <leader>v mapping to open a vertical split.Miquel Sabaté2014-05-011-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-301-5/+0
|
* vim: settings 4 spaces as the default indentation settings in Perl.Miquel Sabaté2014-03-041-0/+1
|
* vim: polishing the config regarding search.Miquel Sabaté2014-02-161-1/+7
|
* vim: turn the plugins on after loading the bundles.vim file.Miquel Sabaté2014-02-111-0/+3
| | | | This is the way it's supposed to be done anyways.
* vim: remove trailing spaces on save.Miquel Sabaté2014-02-101-0/+4
|
* vim: use Go's defaults for indentation.Miquel Sabaté2014-02-101-0/+1
|
* vim: added the CtrlP plugin.Miquel Sabaté2014-01-301-3/+0
| | | | I've also moved the configuration of plugins in the bundles.vim file.
* vim: style.Miquel Sabaté2014-01-291-3/+3
|
* vim: map <C-q> as @qMiquel Sabaté2014-01-291-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-271-0/+1
|
* vim: removed re-map of <C-a>.Miquel Sabaté2014-01-271-3/+0
|
* vim: map <leader>c to :close.Miquel Sabaté2014-01-171-0/+1
|
* vim: added mappings for window navigation.Miquel Sabaté2014-01-101-0/+6
|
* vimrc: added the select mode in the status line.Miquel Sabaté2014-01-051-0/+1
|
* vim: add Go's plugins only if Go is installed in the system.Miquel Sabaté2014-01-041-1/+3
|
* vim: created a shortcut for surrounding words.Miquel Sabaté2014-01-031-0/+3
|
* vim: let's use vundle.Miquel Sabaté2014-01-031-4/+12
|
* vim: another typo.Miquel Sabaté2014-01-031-1/+1
|
* vim: being more formal.Miquel Sabaté2014-01-031-1/+1
|
* vim: typo.Miquel Sabaté2014-01-031-2/+2
|
* vimrc: show a proper cursor shape for Konsole.Miquel Sabaté2014-01-031-0/+9
|
* vim: added a comment to the <C-A> mappingMiquel Sabaté2013-12-181-0/+3
|
* vim: enter visual-line mode instead of visual mode in the <C-A> mapping.Miquel Sabaté2013-12-161-1/+1
|
* vim: added the <C-A> mapping in normal mode.Miquel Sabaté2013-12-161-0/+1
| | | | This mapping is convenient when I want to select the whole text.
* vim: more updates on the vimrc fileMiquel Sabaté2013-12-101-1/+15
|
* vim: updated the vimrc fileMiquel Sabaté2013-12-101-3/+51
|
* vim: Control+S will also write in normal modeMiquel Sabaté2013-12-021-1/+1
|
* vim: Added the Ctrl+S shortcut.Miquel Sabaté2013-12-021-0/+6
|
* vim: set UTF-8 as the default encoding and use "," for the leaderMiquel Sabaté2013-12-011-0/+3
|
* Updated the vimrc fileMiquel Sabaté2013-11-301-3/+5
|
* Added YACC to the autocmd statementMiquel Sabaté2013-02-251-0/+1
|
* TypoMiquel Sabaté2011-11-021-1/+1
|
* Improved Vim configuration fileMiquel Sabaté2011-11-021-6/+31
|
* Colorize column 80Miquel Sabaté2011-10-211-0/+4
|
* Added vimrcMiquel Sabaté2011-10-061-0/+3