Compare commits
2 Commits
27dccc1d3d
...
815211acfb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
815211acfb | ||
|
|
43fb763905 |
@@ -275,6 +275,8 @@
|
||||
"Super+Ctrl+R".action = reset-window-height;
|
||||
"Super+F".action = maximize-column;
|
||||
"Super+Shift+F".action = fullscreen-window;
|
||||
"Super+Shift+G".action = toggle-window-floating;
|
||||
"Super+Shift+T".action = switch-focus-between-floating-and-tiling;
|
||||
"Super+C".action = center-column;
|
||||
|
||||
"Super+Minus".action = set-column-width "-10%";
|
||||
@@ -399,7 +401,7 @@
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
sessionVariables = {
|
||||
EDITOR = "vim";
|
||||
EDITOR = "hx";
|
||||
};
|
||||
profileExtra = ''
|
||||
if [ -e /home/nathan/.nix-profile/etc/profile.d/nix.sh ]; then . /home/nathan/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
|
||||
|
||||
Reference in New Issue
Block a user