mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 01:23: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")) {
|
||||
addAllScripts();
|
||||
addAllTextFiles();
|
||||
allPos.push(".fconf");
|
||||
addAllDirectories();
|
||||
|
||||
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 (event.keyCode === KEY.A && event.ctrlKey) {
|
||||
event.preventDefault();
|
||||
|
Loading…
Reference in New Issue
Block a user