Toggle casing vim
Thu 15. May 2025 | 2025-05-15Normal mode
g~iw # toggle
guiw # lowercase
gUiw # uppercase
Visual mode
u # lowercase
U # uppercase
g~iw # toggle
guiw # lowercase
gUiw # uppercase
u # lowercase
U # uppercase
https://jvns.ca/blog/2023/11/06/rebasing-what-can-go-wrong-/
In version 3.3 use the answer in comment provided here by @AntK.
set-window-option -g window-status-current-style bg=red
In version 2.9 You should change this options to something like:
Active window title color
setw -g window-status-current-style fg=black,bg=white
https://unix.stackexchange.com/questions/210174/set-the-active-tmux-tab-color
https://stackoverflow.com/questions/4889724/how-can-you-tell-which-pane-in-tmux-is-focused
─ │ ┐ ┘ ┌ └ ├ ┤ ┬ ┴ ┼
═ ║ ╒ ╓ ╔ ╕ ╖ ╗ ╘ ╙ ╚ ╛ ╜ ╝ ╞ ╟ ╠ ╡ ╢ ╣ ╤ ╥ ╦ ╧ ╨ ╩ ╪ ╫ ╬
script.ahk
+F1::Run "http://localhost:5173/"
script.ahk
:*:pn1::29090816894
backtick (`) and tilde (~)
script.ahk
!1::SendText "``"
!2::Send "~ "
Shortcuts app
Shortcut app may be closed

https://altitudemarketing.com/blog/text-macros-macos/

backtick (`) and tilde (~)
.config/skhd/skhdrc
lalt - 1: skhd -t "\`"
lalt - 2: skhd -t "~"
Follow same approach as printing current date: https://useful-snippets.netlify.app/posts/print-current-date/
pacman -S mingw-w64-x86_64-nodejs: https://packages.msys2.org/packages/mingw-w64-x86_64-nodejsUse MINGW64 app?
pros
cons
cgn: enter change mode for next occurence
/ search for wordcgn change word. repeat for next wordSearch navigate stuff
Install taskwarrior: https://useful-snippets.netlify.app/posts/taskwarrior/
./taskwarrior-tui1. Hovedpunkt
1. subpunkt
2. subpunkt2
[^\s]+[a-z]+\w+??for å replace
- export default Component;
+ export { Component }
Kan man kjøre
Search export default (\w+)
Replace export { $1 }
Se pål-notater for mer...
search replace kan legge til newline med \n