Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#984: windows documentation: typo's correction #986

Merged
merged 2 commits into from
Jan 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions documentation/advanced-tooling-windows.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This nice feature can be added to many other tools.

=== Tabs for Windows Explorer

Since Windows 11 the Windows Exporer supports Tabs.
Since Windows 11 the Windows Explorer supports Tabs.

.Tabs in Windows Explorer
image::images/tools-tabs-explorer.png["tabs in windows explorer"]
Expand All @@ -48,7 +48,7 @@ If you want to use different shells like CMD, Powershell, git-bash, WSL, SSH, et
.Tabs for multiple shells inside one window
image::images/WindowsTerminal.png["Shells inside Windows-Terminal"]

For perfect integration, you should (re-)insall `git` after Windows-Terminal has been installed and check the option `Add a Git Bash Profile to Windows Terminal` or follow the https://www.timschaeps.be/post/adding-git-bash-to-windows-terminal/[manual integration].
For perfect integration, you should (re-)install `git` after Windows-Terminal has been installed and check the option `Add a Git Bash Profile to Windows Terminal` or follow the https://www.timschaeps.be/post/adding-git-bash-to-windows-terminal/[manual integration].

.Integration of git-bash into Windows-Terminal
image::https://linuxhint.com/wp-content/uploads/2022/09/add-git-bash-windows-terminal-05.png["Intergate git-bash into Windows-Terminal"]
Expand Down Expand Up @@ -78,7 +78,7 @@ Just install http://www.7-zip.org/[7zip] and forget about windows build-in ZIP s

Do you want to paste something from the clipboard but meanwhile you had to copy something else?
On Windows 11 just press [Win][v] to open a popup with the history of your clipboard.
I you still want more you might try http://ditto-cp.sourceforge.net/[ditto].
If you still want more you might try http://ditto-cp.sourceforge.net/[ditto].

=== PowerToys

Expand Down Expand Up @@ -108,14 +108,14 @@ Do you have to work with Windows?
Would you also like to have such links in Windows?
Why not?
Windows https://www.howtogeek.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/[supports real links] (not shortcuts like in other cases).
If you even want to have it integrated in windows explorer you might want to install http://schinagl.priv.at/nt/hardlinkshellext/linkshellextension.html[linkshellextension].
If you even want to have it integrated in Windows explorer you might want to install http://schinagl.priv.at/nt/hardlinkshellext/linkshellextension.html[linkshellextension].
However, you might want to disable SmartMove in the http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html#configuration[configuration] if you face strange performance issues when moving folders.

=== Linux

Windows contains the Windows Subsystem for Linux (WSL) that allows you to easily run a linux inside your Windows operating system.
Unlike running a full-fledged VM this is very lightweight and fast.
Simply go to Windows Store and install Ubunutu with a few clicks.
Simply go to Windows Store and install Ubuntu with a few clicks.
You can even run it in a tab in Windows Terminal.

Also get used to use bash. Git for Windows ships with the MINGW based git-bash.
Expand All @@ -128,7 +128,7 @@ This allows you to install ssh with ssh-agent and all the Linux tools you love (
=== X11

Do you want to connect via SSH and need to open an X11 app from the server?
Do you want to see the GUI on your windows desktop?
Do you want to see the GUI on your Windows desktop?
No problem: Install https://sourceforge.net/projects/vcxsrv/[VcXsrv].

=== Keyboard Freak
Expand All @@ -145,7 +145,7 @@ For the example (« and ») you can simply use this script to get started:

First, just press `[ctrl][<]` and `[ctrl][>]` (`[ctrl][shift][<]`).
Next, create shortcuts to launch your IDE, to open your favorite tool, etc.
If you like a GUI to easily configure the scrips, that comes with a lot of extensions preinstalled, you should have a look at https://activaid.telgkamp.de/[Ac'tive Aid].
If you like a GUI to easily configure the scrips, that comes with a lot of extensions preinstalled, you should have a look at https://activaid.telgkamp.de/[Ac'tiveAid].

=== Paint anywhere on your desktop

Expand Down
Loading