index
:
nixos-config
prime
My NixOS system configuration, with some of my binaries
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
home.legacy
/
conf
/
nvim
/
mappings
/
default.nix
(
unfollow
)
Commit message (
Expand
)
Author
2024-11-09
refactor(modules/legacy/conf/nvim): Move to `by-name`
Benedikt Peetz
2024-10-23
feat(modules/legacy/conf/nvim/mappings): Ignore space only deletions
Benedikt Peetz
2024-10-23
fix(modules/legacy/conf/nvim/mappings): Use the better `<C-Tab>` and `<S-C-Ta...
Benedikt Peetz
2024-10-18
refactor(modules): Move all system modules to `by-name`
Benedikt Peetz
2024-06-19
fix(modules/nvim): Update to the newest nixVim version
Benedikt Peetz
2024-05-23
refactor(modules/home): Setup as "normal" NixOS module
Benedikt Peetz
2024-05-20
refactor(hm): Rename to `modules/home`
Benedikt Peetz
2023-10-08
fix(hm/conf/nvim/maps): Remove exit after 'o'
Soispha
2023-10-08
fix(hm/conf/nvim): Update to new keymap format
Soispha
2023-08-30
Fix(hm/conf/nvim/mappings): Switch `gg` to `uu`
Soispha
2023-08-30
Fix(hm/conf/nvim/mappings): Add missing "change without register" map
Soispha
2023-08-30
Feat(hm/conf/nvim/mappings): Add mapping to go to file (<enter>)
Soispha
2023-08-30
Fix(hm/conf/nvim/mappings): Switch the confirm map from `cc` to `uu`
Soispha
2023-08-29
Feat(hm/conf/nvim/maps): Add keymaps for tab movement
Soispha
2023-08-26
Refactor(treewide): Abbreviate path names
Soispha
2023-08-24
Fix(hm/conf/neovim/mappings): Add description to every mapping
Soispha
2023-08-20
Fix(hm/conf/neovim/mappings): Use shift space to confirm suggestions
Soispha
2023-08-19
Fix(hm/conf/neovim): Change mapping for cmp acceptation to 'HH'
Soispha
2023-08-19
Fix(hm/conf/neovim): Remove duplicate mapping, which mapped n to n
Soispha
2023-08-19
Fix(hm/conf/neovim): Remap '<C-Space>' to '<S-Tab>' as alacritty already uses it
Soispha
2023-08-19
Fix(hm/conf/neovim/mappings): Turn lf start mapping into a function
Soispha
2023-08-19
Fix(hm/conf/neovim/mappings): Correctly specify lua code
Soispha
2023-08-19
Fix(hm/conf/neovim): Fully import nvim config through nixVim
Soispha
2023-08-19
Feat(hm/conf/nvim): Add basic nix config [REBASE TARGET]
Soispha