Compare commits

..

No commits in common. "4b946f6528d860625cd922abdf6d265179a31680" and "fc593aaaf8bfd82649b45cc0a53c971307c1d9ce" have entirely different histories.

2 changed files with 4 additions and 16 deletions

16
.gitignore vendored
View file

@ -1,14 +1,4 @@
# editors
.idea/
.vscode/
*.swp
# env
.env*
!env.example
# direnv
.direnv
.envrc
# nix
/result
# custom
.direnv/
/wallpapers/*.jpg

View file

@ -25,8 +25,6 @@ in
"${modulesPath}/profiles/recommended.nix"
];
vim.opt.list = true;
# Enable fast navigation between windows
vim.keymap.set = map (k: { mode = "n"; lhs = ctrl k; rhs = "${ctrl "w"}${k}"; }) [ "h" "l" "j" "k" ];