aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home.legacy/conf/nvim/mappings/default.nix (unfollow)
Commit message (Expand)Author
2024-11-09refactor(modules/legacy/conf/nvim): Move to `by-name`Benedikt Peetz
2024-10-23feat(modules/legacy/conf/nvim/mappings): Ignore space only deletionsBenedikt Peetz
2024-10-23fix(modules/legacy/conf/nvim/mappings): Use the better `<C-Tab>` and `<S-C-Ta...Benedikt Peetz
2024-10-18refactor(modules): Move all system modules to `by-name`Benedikt Peetz
2024-06-19fix(modules/nvim): Update to the newest nixVim versionBenedikt Peetz
2024-05-23refactor(modules/home): Setup as "normal" NixOS moduleBenedikt Peetz
2024-05-20refactor(hm): Rename to `modules/home`Benedikt Peetz
2023-10-08fix(hm/conf/nvim/maps): Remove exit after 'o'Soispha
2023-10-08fix(hm/conf/nvim): Update to new keymap formatSoispha
2023-08-30Fix(hm/conf/nvim/mappings): Switch `gg` to `uu`Soispha
2023-08-30Fix(hm/conf/nvim/mappings): Add missing "change without register" mapSoispha
2023-08-30Feat(hm/conf/nvim/mappings): Add mapping to go to file (<enter>)Soispha
2023-08-30Fix(hm/conf/nvim/mappings): Switch the confirm map from `cc` to `uu`Soispha
2023-08-29Feat(hm/conf/nvim/maps): Add keymaps for tab movementSoispha
2023-08-26Refactor(treewide): Abbreviate path namesSoispha
2023-08-24Fix(hm/conf/neovim/mappings): Add description to every mappingSoispha
2023-08-20Fix(hm/conf/neovim/mappings): Use shift space to confirm suggestionsSoispha
2023-08-19Fix(hm/conf/neovim): Change mapping for cmp acceptation to 'HH'Soispha
2023-08-19Fix(hm/conf/neovim): Remove duplicate mapping, which mapped n to nSoispha
2023-08-19Fix(hm/conf/neovim): Remap '<C-Space>' to '<S-Tab>' as alacritty already uses itSoispha
2023-08-19Fix(hm/conf/neovim/mappings): Turn lf start mapping into a functionSoispha
2023-08-19Fix(hm/conf/neovim/mappings): Correctly specify lua codeSoispha
2023-08-19Fix(hm/conf/neovim): Fully import nvim config through nixVimSoispha
2023-08-19Feat(hm/conf/nvim): Add basic nix config [REBASE TARGET]Soispha