notes/Areas/optimizing/dev.md

39 lines
1019 B
Markdown
Raw Normal View History

2022-02-22 11:27:27 +01:00
# Roadblocks
## ~~ Nested tmux sessions ~~
Adding this:
2022-03-29 00:02:22 +02:00
```yaml
2022-02-22 11:27:27 +01:00
RequestTTY true
RemoteCommand tmux new -A -s ssh
```
to the ssh config if the specific hosts will automatically start tmux when connected
If i ssh into a remote machine with tmux started as well I have some problems:
2022-03-29 00:02:22 +02:00
- ~~Duplicate tmux bar~~
- ~~Shortcuts don't work in remote~~
2022-02-22 11:27:27 +01:00
- This works by hitting the prefix key twice, e.g. ctrl-a-a
## ~~ Debian Gnome sometimes comma key doesn't work ~~
Has not happened in a while
## ~~ Neovim shortcut to comment out ~~
Fixed this by installing the NerdCommenter Plugin
## ~~ Neovim Auto fix problems shortcut + hover window ~~
## ~~ Better git merging in Neovim, like in VScode ~~
## ~~ Copying between neovim, tmux and ssh sessions does not work ~~
2022-03-29 00:02:22 +02:00
2022-02-22 11:27:27 +01:00
## Learn how to use splits and buffers in neovim
2022-03-29 00:02:22 +02:00
2022-02-22 11:27:27 +01:00
## Fix the dictionary for neovim ltex-ls
2022-03-29 00:02:22 +02:00
# Linux
## Power Management
I want to set the Power Mode e.g. Power/Normal/Energy Saver.
Maybe with a waybar integration, but not that important.