about summary refs log tree commit diff stats
path: root/home-manager/soispha/config/lf (follow)
Commit message (Collapse)AuthorAge
* Refactor(treewide): Abbreviate path namesSoispha2023-08-26
|
* Docs(treewide): Add a colon after "FIXME"sSoispha2023-08-26
|
* Docs(treewide): Add a colon after every "TODO"Soispha2023-08-26
|
* Fix(hm/conf/lf/commands): Actually send cd command to lf instanceSoispha2023-08-25
|
* Feat(hm/conf/lf): Add command to go to flake base dirSoispha2023-08-25
|
* Fix(hm/conf/lf/commands): Remove rename cmd as it fails on piped stdoutSoispha2023-08-24
|
* Fix(hm/conf/lf/commands): Avoid shell wrapping for c rename commandSoispha2023-08-20
|
* Feat(hm/conf/lf): Replace rename script by rename c binarySoispha2023-08-20
|
* Feat(hm/conf/lf/keybindings): Add mapping to load Session.vim fileSoispha2023-08-19
|
* Fix(hm/conf/lf): Implement rename cmdSoispha2023-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 cmdsSoispha2023-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' cmdSoispha2023-08-19
|
* Fix(hm/conf/lf/commands): Remove non-wrapped neovim dependencySoispha2023-08-19
|
* Refactor(treewide): Move module configuration in separate filesSoispha2023-08-01