aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
|
* [Bash] Merge .bash_functions file in .bashrcFederico Igne2019-08-132-119/+1
|
* [Bash] Move SXIV-specific Bash options to their own fileFederico Igne2019-08-122-86/+17
|
* [Bash] Rewrite TMux session handle as standalone scriptFederico Igne2019-08-122-0/+201
|
* [Bash] Move NNN-specific Bash options to their own fileFederico Igne2019-08-093-18/+26
|
* [Bash] Move Vim-related bash functions to .vim.bashFederico Igne2019-08-092-27/+23
|
* [Bash] Move weather function to .bashrcFederico Igne2019-08-092-28/+12
|
* [Bash] Clean old .bash_* filesFederico Igne2019-08-093-7/+0
|
* [Bash] Move .bash_prompt content in .bashrcFederico Igne2019-08-092-145/+117
|
* [Bash] Move Ripgrep-specific Bash options to its own fileFederico Igne2019-08-092-5/+12
|
* [Bash] Move Vim-specific Bash options to its own fileFederico Igne2019-08-092-13/+16
|
* [Bash] Remove unused exportsFederico Igne2019-08-091-2/+0
|
* [Bash] Move TMux-specific Bash options to its own fileFederico Igne2019-08-092-7/+10
|
* [Bash] Move back .bash_* in .bashrcFederico Igne2019-08-097-240/+179
| | | | | This is done because handling a single file is easier and different sections can be simulated with folds.
* Add ripgrep config fileFederico Igne2019-08-082-0/+13
|