readme : add todo with tmux <C-t> combos.

This commit is contained in:
Dmitry Voronin 2023-10-30 16:08:12 +03:00
parent 25e8685790
commit 910ff05804

View file

@ -8,6 +8,7 @@ This is my own custom config that I use on my GNU/Linux machines. Not ment to be
3. [Navigation.](#navigation) 3. [Navigation.](#navigation)
4. [Nvim config.](#nvim-config) 4. [Nvim config.](#nvim-config)
5. [Bash commands.](#bash-commands) 5. [Bash commands.](#bash-commands)
6. [To-do.](#to-do)
# General info. # General info.
@ -650,3 +651,7 @@ Command|Description
---|--- ---|---
`w <COMMAND>`|Alias for `watch`. `w <COMMAND>`|Alias for `watch`.
`ww <COMMAND>`|Alias for `watch` that updates every 0.1 seconds. `ww <COMMAND>`|Alias for `watch` that updates every 0.1 seconds.
# To-do.
- [ ] Add tmux shortcuts to <C-t> combo, too.