mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
moved the editor to helix
This commit is contained in:
parent
84c821c66a
commit
73d5ac0435
10 changed files with 67 additions and 430 deletions
|
@ -25,10 +25,6 @@
|
|||
syntax on
|
||||
highlight ColorColumn ctermbg=darkgray
|
||||
|
||||
nnoremap ; :
|
||||
nnoremap : ;
|
||||
vnoremap ; :
|
||||
vnoremap : ;
|
||||
|
||||
" set space as leader
|
||||
nnoremap <SPACE> <Nop>
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
switch = "sudo nixos-rebuild switch && cat ${../images/another-cat-2.sixel}";
|
||||
update = "cd /etc/nixos && nix flake update && cat ${../images/another-cat.sixel}";
|
||||
garbage = "sudo nix-collect-garbage -d && cat ${../images/cat-garbage.sixel}";
|
||||
q = "exit";
|
||||
};
|
||||
histSize = 100000;
|
||||
histFile = "~/.local/share/zsh/history";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue