mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-29 19:13:49 +01:00
rm references to fconf
This commit is contained in:
parent
1cecfa7108
commit
fe3aa5a357
@ -275,7 +275,6 @@ export async function determineAllPossibilitiesForTabCompletion(
|
|||||||
if (isCommand("nano")) {
|
if (isCommand("nano")) {
|
||||||
addAllScripts();
|
addAllScripts();
|
||||||
addAllTextFiles();
|
addAllTextFiles();
|
||||||
allPos.push(".fconf");
|
|
||||||
addAllDirectories();
|
addAllDirectories();
|
||||||
|
|
||||||
return allPos;
|
return allPos;
|
||||||
|
@ -283,7 +283,7 @@ export function TerminalInput({ terminal, router, player }: IProps): React.React
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Extra Bash Emulation Hotkeys, must be enabled through .fconf
|
// Extra Bash Emulation Hotkeys, must be enabled through options
|
||||||
if (Settings.EnableBashHotkeys) {
|
if (Settings.EnableBashHotkeys) {
|
||||||
if (event.keyCode === KEY.A && event.ctrlKey) {
|
if (event.keyCode === KEY.A && event.ctrlKey) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
Loading…
Reference in New Issue
Block a user