diff --git a/html.md b/html.md
new file mode 100644
index 0000000..790caf1
--- /dev/null
+++ b/html.md
@@ -0,0 +1 @@
+https://bashooka.com/html/free-drag-drop-html-website-builders/
diff --git a/telnet.md b/telnet.md
new file mode 100644
index 0000000..d7c62e6
--- /dev/null
+++ b/telnet.md
@@ -0,0 +1,4 @@
+to connect pass the IP `telnet 10.45.10.20`
+or just do `telnet` then do `open 10.45.10.20`
+there should be an escape character specified like ctrl+]
+then to quit telnet do `quit`
diff --git a/tmux.md b/tmux.md
index 2e3ab8a..6fe6e7a 100644
--- a/tmux.md
+++ b/tmux.md
@@ -2,22 +2,22 @@
panes
----------------------------------
-% = split pane right
-" = split pane below
-/ = switch panes
-z = maximize/minimize pane
-x = kill pane
-Ctrl+B+ = resize
+prefix + % = split pane right
+prefix + " = split pane below
+prefix + / = switch panes
+prefix + z = maximize/minimize pane
+prefix + x = kill pane
+prefix + = resize
windows
----------------------------------
-c = create new window
-w = create window selection prompt
+prefix + c = create new window
+prefix + w = create window selection prompt
prefix + , = rename window
sessions
----------------------------------
-d = detach session
+prefix + d = detach session
tmux ls = list sesions
tmux attach -t 0 = attach to session 0
@@ -40,5 +40,6 @@ plugins
using tmux plugin manager to install tmux-resurrect
plugin manager: https://github.com/tmux-plugins/tpm
resurrect: https://github.com/tmux-plugins/tmux-resurrect
+use + I to install plugins
diff --git a/windows.md b/windows.md
new file mode 100644
index 0000000..7914f92
--- /dev/null
+++ b/windows.md
@@ -0,0 +1,11 @@
+Windows 11 quick settings and notification area not working
+https://support.microsoft.com/en-us/windows/how-to-open-notification-center-and-quick-settings-f8dc196e-82db-5d67-f55e-ba5586fbb038#WindowsVersion=Windows_11
+
+Windows 11 keyboard repeat rate is slow
+Control Panel -> Search "Keayboard" -> Click on "change cursor blink rate" -> repeat speed setting
+
+Windows 11 taskbar size
+`regedit taskbarsi`
+
+Windows 11 Action Center disabled
+`regedit Software -> Policies -> Microsoft -> Windows -> Explorer -> DisableNotificationCenter = 0`