aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* kate: fixed some colors in xoria256 for Scala.Miquel Sabaté2014-02-111-18/+59
|
* vim: let's user Derek Wyatt's scala plugin.Miquel Sabaté2014-02-111-0/+1
|
* vim: turn the plugins on after loading the bundles.vim file.Miquel Sabaté2014-02-112-3/+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
|
* bashrc: Let's treat Mercurial as a first-class citizen.Miquel Sabaté2014-02-101-5/+11
|
* kate: fixed some colors in xoria256 for the Perl language.Miquel Sabaté2014-02-071-6/+6
|
* kate: fixed the weird coloring in xoria256 after yanking some lines.Miquel Sabaté2014-02-051-32/+42
|
* kate: improved the xoria256 schema for C and C++.Miquel Sabaté2014-02-051-13/+13
|
* git: added autocorrect.Miquel Sabaté2014-02-031-0/+3
|
* kate: setting the Ruby style for xoria256 to the defaults.Miquel Sabaté2014-01-311-29/+29
|
* kate: fixed the search and the replace highlighting for the xoria256 scheme.Miquel Sabaté2014-01-311-2/+2
|
* kate: initial port of the xoria256 color scheme from vim.Miquel Sabaté2014-01-311-0/+7089
|
* vim: added the CtrlP plugin.Miquel Sabaté2014-01-302-3/+10
| | | | I've also moved the configuration of plugins in the bundles.vim file.
* bash: use $HOMEMiquel Sabaté2014-01-291-1/+1
|
* 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
|
* katepart: fixing more issues for doxygen.Miquel Sabaté2014-01-241-2/+2
|
* katepart: fixed a couple of things on PHP's highlighting.Miquel Sabaté2014-01-241-7/+7
|
* katepart: fixed an issue on doxygen files.Miquel Sabaté2014-01-241-1/+1
|
* katepart: improved the look of HTML in the solarized schema.Miquel Sabaté2014-01-241-1/+1
|
* katepart: improved the colors for patches.Miquel Sabaté2014-01-241-6/+6
|
* git: que pasa neng ?!Miquel Sabaté2014-01-211-0/+3
|
* katepart: improved the background color for region markers.Miquel Sabaté2014-01-211-1/+1
|
* kate: make HTML values more readable in the solarized scheme.Miquel Sabaté2014-01-171-1/+19
|
* vim: map <leader>c to :close.Miquel Sabaté2014-01-171-0/+1
|
* katepart: updated the highlighting for LaTeX.Miquel Sabaté2014-01-131-76/+161
|
* 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
|
* bash: load Go's bash completion if it's installed in the system.Miquel Sabaté2014-01-041-0/+5
|
* vim: created a shortcut for surrounding words.Miquel Sabaté2014-01-031-0/+3
|
* readme: typo.Miquel Sabaté2014-01-031-1/+1
|
* readme: updated the readme.Miquel Sabaté2014-01-032-4/+14
|
* vim: I always forgot that cat is the now to use to print heredocs...Miquel Sabaté2014-01-031-1/+2
|
* install: whipe out old temporary files from the review and the g repos.Miquel Sabaté2014-01-031-0/+2
|
* vim: updated the install script so it installs my vim config files correctly.Miquel Sabaté2014-01-031-0/+11
|
* vim: let's use vundle.Miquel Sabaté2014-01-034-4/+27
|
* 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
|
* git: added an alias for "git commit -a"Miquel Sabaté2014-01-031-0/+1
|
* vimrc: show a proper cursor shape for Konsole.Miquel Sabaté2014-01-031-0/+9
|
* bash: removed conflict on rvmMiquel Sabaté2013-12-271-4/+5
|
* bash: export the TERM variableMiquel Sabaté2013-12-271-1/+1
|
* 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.