aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [Bash] Minor changes to bashrcFederico I2020-02-171-4/+8
|
* [Tmux] Finalise configuration and remove pluginsFederico I2020-02-154-264/+541
|
* [Vim] Add undotree plugin and related configurationFederico I2020-02-154-80/+129
|
* Add a first version of the README.mdFederico I2020-02-141-0/+70
|
* [Vim] Add spell fileFederico I2020-02-141-0/+2
|
* [Vim] Add .gitignore for Vim spell binary filesFederico I2020-02-141-0/+3
|
* [Vim] Update mortimer.vim pluginFederico I2020-02-141-0/+0
|
* Minor changes to wiki scriptFederico I2020-02-141-1/+1
|
* [Vim] Adapt vimrc to the new plugin structureFederico I2020-02-142-12/+28
|
* [Vim] Move mortimer.vim pluginFederico I2020-02-141-3/+3
|
* [Vim] Move vim-pathogen pluginFederico I2020-02-142-3/+3
|
* [Vim] Move vim-obsession pluginFederico I2020-02-143-3/+3
|
* [Vim] Move goyo.vim pluginFederico I2020-02-143-3/+3
|
* [Vim] Move vim-commentary pluginFederico I2020-02-143-3/+3
|
* [Vim] Move vim-fugitive pluginFederico I2020-02-143-3/+3
|
* [Vim] Move vim-gitgutter pluginFederico I2020-02-143-3/+3
|
* [Vim] Move vim-surround pluginFederico I2020-02-143-3/+3
|
* [Vim] Move vim-tmux-navigator pluginFederico I2020-02-143-3/+3
|
* [Vim] Move vim-vinegar pluginFederico I2020-02-143-3/+3
|
* [Vim] Move vim-tmux-focus-events pluginFederico I2020-02-143-3/+3
|
* [Vim] Move vim-repeat pluginFederico I2020-02-143-3/+3
|
* [Vim] Move vim-bbye pluginFederico I2020-02-142-3/+3
|
* [Vim] Move tagbar pluginFederico I2020-02-143-3/+3
|
* [Vim] Move vim-slime pluginFederico I2020-02-142-1/+1
|
* [Vim] Move fzf.vim pluginFederico I2020-02-143-3/+3
|
* [Vim] Move vim-racket pluginFederico I2020-02-143-3/+3
|
* [Vim] Rename mortimer.vim plugin submoduleFederico I2020-02-141-2/+2
|
* [Vim] Reintroduce mortimer.vim pluginFederico I2020-02-142-0/+3
|
* [Vim] Remove mortimer.vim pluginFederico I2020-02-142-3/+0
|
* [Vim] Move and update mortimer.vim pluginFederico I2020-02-143-1/+1
|
* [Vim] Remove Vimprobably pluginFederico I2020-02-132-3/+0
|
* [Vim] Minor changes to vimrcFederico I2020-02-131-98/+14
|
* [Vim] Minor changes of Vim bindingsFederico I2020-02-131-38/+32
|
* [Vim] Adjust Slime custom bindingsFederico I2020-02-061-2/+3
| | | | Now the `SendLine` binding trims leading whitespaces
* [Vim] Add binding for sidebar filesystem navigatorFederico I2020-02-061-0/+35
|
* [Vim] Use fzf plugin to search/open filesFederico I2020-02-061-0/+103
|
* [Vim] Slightly change Goyo default and custom sizeFederico I2020-02-062-138/+2
| | | | | It also introduces a couple of bindings to make it a bit more convenient to manage Goyo size.
* [Vim] Remove Gutentags plugin optionsFederico I2020-02-061-3/+0
|
* [Vim] Reintroduce netrc tree-style filesystemFederico I2020-02-061-1/+1
|
* [Vim] Remove auto window resizingFederico I2020-02-061-2/+0
|
* [Vim] Reintroduce italic commentsFederico I2020-02-061-1/+1
|
* [Vim] Fix spacing in (sub)foldsFederico I2020-02-061-4/+16
| | | | | This will make folds and subfolds more noticeable, since the indentation difference between a 1-fold and a 2-fold is bigger.
* Add `wiki` script to manage local/remote personal wikiFederico I2020-02-062-0/+197
|
* Change metadata in Git config fileFederico I2020-02-061-4/+2
|
* [Vim] Remove Gutentags pluginFederico I2020-02-062-3/+0
| | | | | I didn't spend enough time configuting it, so it would fill any git folder with `tags` files.
* [AwesomeWM] Change wallpaper managementFederico I2020-01-281-175/+1025
| | | | | Add function to get possible wallpapers from a directory. This allows to add wallpapers by simply adding them to the specified directory.
* [TMux] Make dmenu in tsession case insensitiveFederico Igne2019-09-111-1/+1
|
* [TMux] tsession script now spawns embedded dmenuFederico Igne2019-09-111-1/+4
| | | | | | When using dmenu to pick a session, the script now embeds dmenu in the new window. The command `xdotool getwindowfocus` is used to get the currently focused window, which, luckly enough is the newly spawned one.
* [Bash] Move program specific config in a subdir .bashFederico Igne2019-09-017-4/+8
|
* [TMux] Add 'attach' command to tsession scriptFederico Igne2019-09-011-6/+52
|