Compare commits
No commits in common. "4b946f6528d860625cd922abdf6d265179a31680" and "fc593aaaf8bfd82649b45cc0a53c971307c1d9ce" have entirely different histories.
4b946f6528
...
fc593aaaf8
2 changed files with 4 additions and 16 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -1,14 +1,4 @@
|
||||||
# editors
|
.direnv/
|
||||||
.idea/
|
|
||||||
.vscode/
|
|
||||||
*.swp
|
|
||||||
# env
|
|
||||||
.env*
|
|
||||||
!env.example
|
|
||||||
# direnv
|
|
||||||
.direnv
|
|
||||||
.envrc
|
|
||||||
# nix
|
|
||||||
/result
|
|
||||||
# custom
|
|
||||||
/wallpapers/*.jpg
|
/wallpapers/*.jpg
|
||||||
|
|
||||||
|
|
|
@ -25,8 +25,6 @@ in
|
||||||
"${modulesPath}/profiles/recommended.nix"
|
"${modulesPath}/profiles/recommended.nix"
|
||||||
];
|
];
|
||||||
|
|
||||||
vim.opt.list = true;
|
|
||||||
|
|
||||||
# Enable fast navigation between windows
|
# Enable fast navigation between windows
|
||||||
vim.keymap.set = map (k: { mode = "n"; lhs = ctrl k; rhs = "${ctrl "w"}${k}"; }) [ "h" "l" "j" "k" ];
|
vim.keymap.set = map (k: { mode = "n"; lhs = ctrl k; rhs = "${ctrl "w"}${k}"; }) [ "h" "l" "j" "k" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue