Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Feat(hm/conf/lf/keybindings): Add mapping to load Session.vim file | Soispha | 2023-08-19 |
| | |||
* | Fix(hm/conf/lf): Implement rename cmd | Soispha | 2023-08-19 |
| | | | | | | | | | | | The default lf rename command starts behind the extension like this: ``` filename.extension ^ | startpoint ``` This new cmd avoids this. | ||
* | Fix(hm/conf/lf): Split file creation and edit of the made file cmds | Soispha | 2023-08-19 |
| | | | | | I mostly create files from vim, thus editing them in the terminal with created them is useless. | ||
* | Fix(hm/conf/lf/commands): Correctly quote the id string in 'fzf_jump' cmd | Soispha | 2023-08-19 |
| | |||
* | Fix(hm/conf/lf/commands): Remove non-wrapped neovim dependency | Soispha | 2023-08-19 |
| | |||
* | Refactor(treewide): Move module configuration in separate files | Soispha | 2023-08-01 |