Compare commits
2 Commits
main
..
c5e0cadcd2
| Author | SHA1 | Date | |
|---|---|---|---|
| c5e0cadcd2 | |||
| 304b9a413a |
@@ -193,7 +193,7 @@ across vim splits and tmux panes seamlessly. Everything else is stock vim, plus:
|
|||||||
Active only while the completion popup is open (it appears as you type, e.g.
|
Active only while the completion popup is open (it appears as you type, e.g.
|
||||||
file paths):
|
file paths):
|
||||||
|
|
||||||
| Shortcut | Action |
|
| Shortcut | Action |
|
||||||
| ----------------------- | ------------------------------------------------------------------ |
|
| ----------------------- | ------------------------------------------------------------------ |
|
||||||
| `Tab` / `Shift`+`Tab` | Select next / previous item |
|
| `Tab` / `Shift`+`Tab` | Select next / previous item |
|
||||||
| `Ctrl`+`n` / `Ctrl`+`p` | Select next / previous item |
|
| `Ctrl`+`n` / `Ctrl`+`p` | Select next / previous item |
|
||||||
|
|||||||
@@ -97,7 +97,6 @@
|
|||||||
"llvm@21"
|
"llvm@21"
|
||||||
"lld@21"
|
"lld@21"
|
||||||
"python@3.14"
|
"python@3.14"
|
||||||
"dosbox-staging"
|
|
||||||
];
|
];
|
||||||
# GUI applications. macOS app bundles are managed as casks; nixpkgs darwin
|
# GUI applications. macOS app bundles are managed as casks; nixpkgs darwin
|
||||||
# GUI support is unreliable, so these stay on brew for continuity.
|
# GUI support is unreliable, so these stay on brew for continuity.
|
||||||
|
|||||||
@@ -19,7 +19,9 @@
|
|||||||
defaultUser = "emmathorpe";
|
defaultUser = "emmathorpe";
|
||||||
wslConf.automount.root = "/mnt";
|
wslConf.automount.root = "/mnt";
|
||||||
wslConf.interop.appendWindowsPath = true;
|
wslConf.interop.appendWindowsPath = true;
|
||||||
|
wslConf.interop.register = true;
|
||||||
wslConf.interop.enabled = true;
|
wslConf.interop.enabled = true;
|
||||||
|
wslConf.interop.includePath = true;
|
||||||
wslConf.network.generateHosts = false;
|
wslConf.network.generateHosts = false;
|
||||||
startMenuLaunchers = true;
|
startMenuLaunchers = true;
|
||||||
docker-desktop.enable = false;
|
docker-desktop.enable = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user