Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Bash] Merge .bash_functions file in .bashrc | Federico Igne | 2019-08-13 | 2 | -119/+1 | |
| | ||||||
* | [Bash] Move SXIV-specific Bash options to their own file | Federico Igne | 2019-08-12 | 2 | -86/+17 | |
| | ||||||
* | [Bash] Rewrite TMux session handle as standalone script | Federico Igne | 2019-08-12 | 2 | -0/+201 | |
| | ||||||
* | [Bash] Move NNN-specific Bash options to their own file | Federico Igne | 2019-08-09 | 3 | -18/+26 | |
| | ||||||
* | [Bash] Move Vim-related bash functions to .vim.bash | Federico Igne | 2019-08-09 | 2 | -27/+23 | |
| | ||||||
* | [Bash] Move weather function to .bashrc | Federico Igne | 2019-08-09 | 2 | -28/+12 | |
| | ||||||
* | [Bash] Clean old .bash_* files | Federico Igne | 2019-08-09 | 3 | -7/+0 | |
| | ||||||
* | [Bash] Move .bash_prompt content in .bashrc | Federico Igne | 2019-08-09 | 2 | -145/+117 | |
| | ||||||
* | [Bash] Move Ripgrep-specific Bash options to its own file | Federico Igne | 2019-08-09 | 2 | -5/+12 | |
| | ||||||
* | [Bash] Move Vim-specific Bash options to its own file | Federico Igne | 2019-08-09 | 2 | -13/+16 | |
| | ||||||
* | [Bash] Remove unused exports | Federico Igne | 2019-08-09 | 1 | -2/+0 | |
| | ||||||
* | [Bash] Move TMux-specific Bash options to its own file | Federico Igne | 2019-08-09 | 2 | -7/+10 | |
| | ||||||
* | [Bash] Move back .bash_* in .bashrc | Federico Igne | 2019-08-09 | 7 | -240/+179 | |
| | | | | | This is done because handling a single file is easier and different sections can be simulated with folds. | |||||
* | Add ripgrep config file | Federico Igne | 2019-08-08 | 2 | -0/+13 | |
| | ||||||
* | [Vim] Add fzf and fzf.vim plugins | Federico Igne | 2019-08-06 | 3 | -0/+4 | |
| | ||||||
* | [Vim] Add Gutentags plugin | Federico Igne | 2019-08-05 | 2 | -1/+4 | |
| | ||||||
* | [Vim] Add set of bindings for Racket | Federico Igne | 2019-07-18 | 3 | -1/+12 | |
| | ||||||
* | Merge branch 'develop' of gitlab.com:dyamon-lab/dotfiles into develop | Federico Igne | 2019-07-16 | 0 | -0/+0 | |
|\ | ||||||
| * | [Vim] Fix bindings for SLIME plugin | Federico Igne | 2019-07-16 | 1 | -2/+5 | |
| | | ||||||
* | | [Vim] Fix bindings for SLIME plugin | Federico Igne | 2019-07-16 | 1 | -2/+5 | |
|/ | ||||||
* | [Vim] Fix Git info icon in statusbar | Federico Igne | 2019-07-16 | 2 | -5/+4 | |
| | ||||||
* | [Vim] Add generic config for SLIME plugin | Federico Igne | 2019-07-16 | 2 | -10/+38 | |
| | ||||||
* | [Vim] Add SLIME plugin | Federico Igne | 2019-07-16 | 2 | -0/+3 | |
| | ||||||
* | [Vim] Update Mortimer VIM plugin | Federico Igne | 2019-07-16 | 1 | -0/+0 | |
| | ||||||
* | [Vim] Fix Git info format in statusbar | Federico Igne | 2019-07-16 | 1 | -2/+2 | |
| | ||||||
* | [Vim] Change guides visibility option | Federico Igne | 2019-07-16 | 2 | -5/+12 | |
| | | | | | | | By setting the option `b:guides` it is possible to have: 0) No guides at all; 1) Only cursorline; 2) Cursorline and colorcolumn. | |||||
* | [Vim] Add binding to open PDF generated from tex | Federico Igne | 2019-07-16 | 1 | -1/+5 | |
| | ||||||
* | [Vim] Add binding to delete multiple open buffers | Federico Igne | 2019-07-16 | 1 | -5/+3 | |
| | ||||||
* | [Vim] Apply minor changes to vimrc | Federico Igne | 2019-07-15 | 1 | -107/+55 | |
| | | | | | | + remove relative line number by default (toggle with binding); + reorganize plugin configurations; + reorganize file folding. | |||||
* | [Vim] Remove Calendar plugin | Federico Igne | 2019-07-15 | 2 | -3/+0 | |
| | ||||||
* | [Vim] Move config folder to match GNU Stow scheme | Federico Igne | 2019-07-15 | 34 | -17/+17 | |
| | ||||||
* | [Vim] Add Vim-Racket plugin | Federico Igne | 2019-07-15 | 2 | -16/+19 | |
| | ||||||
* | [Vim] Add custom configs for TagBar plugin | Federico Igne | 2019-03-19 | 5 | -27/+198 | |
| | | | | | | | | | The followings have been added: + A set of provided config options; + Custom statusline function for the TagBar buffer (for this statusline handling had to be slightly changed, introducing the buffer flag `b:disable_statusline`; + New binding to quickly access the TagBar. | |||||
* | [Vim] Add Calendar plugin | Federico Igne | 2019-03-19 | 2 | -0/+3 | |
| | ||||||
* | [Vim] Add TagBar plugin | Federico Igne | 2019-03-18 | 2 | -0/+3 | |
| | ||||||
* | [Vim] Add custom statusline flags to Fugitive buffers | Federico Igne | 2019-02-19 | 1 | -5/+30 | |
| | ||||||
* | [Bash] Initialize `$CDPATH` environment variable | Federico Igne | 2019-02-19 | 2 | -2/+9 | |
| | ||||||
* | [Vim] Update `vim-mortimer` plugin | Federico Igne | 2019-01-30 | 1 | -0/+0 | |
| | ||||||
* | [Bash] Disable flow control (Ctrl-S/Ctrl-Q) | Federico Igne | 2019-01-30 | 1 | -0/+3 | |
| | ||||||
* | [Vim] Add TeX relatex options | Federico Igne | 2019-01-30 | 2 | -0/+9 | |
| | ||||||
* | [Vim] Add binding to `:Gdiff` from Fugitive | Federico Igne | 2019-01-30 | 2 | -3/+4 | |
| | ||||||
* | [Vim] Update `vim-mortimer` plugin | Federico Igne | 2019-01-27 | 2 | -0/+3 | |
| | ||||||
* | [Vim] Update `vim-mortimer` plugin | Federico Igne | 2019-01-27 | 1 | -0/+0 | |
| | ||||||
* | [Vim] Create submodule `vim-mortimer` | Federico Igne | 2019-01-27 | 2 | -0/+3 | |
| | ||||||
* | [AwesomeWM] Update `lain` library | Federico Igne | 2019-01-27 | 1 | -0/+0 | |
| | ||||||
* | [Vim] Update vimprobably plugin | Federico Igne | 2019-01-27 | 1 | -0/+0 | |
| | ||||||
* | [Vim] Clean ftplugin code | Federico Igne | 2019-01-27 | 3 | -4/+20 | |
| | ||||||
* | [Vim] Add Base16 colorschemes (Gruvbox dark/light) | Federico Igne | 2019-01-27 | 4 | -0/+1556 | |
| | ||||||
* | [Vim] Clean autoload funtions | Federico Igne | 2019-01-27 | 7 | -15/+64 | |
| | ||||||
* | [Vim] Clean vimrc code | Federico Igne | 2019-01-27 | 3 | -61/+78 | |
| |