tmux: fix swapping windows keybinding

This commit is contained in:
2019-12-31 08:05:47 -05:00
parent 0194419465
commit a40cdd8962
3 changed files with 8 additions and 3 deletions

View File

@@ -743,6 +743,10 @@ dea "deactivate"
whe "watch echo"
nst "cp ~/Documents/workout-logs/stretching.md /tmp && nvim /tmp/stretching.md"
# Red Discord bot
rde "pyenv shell red-discord-bot-test"
rdb "redbot --dev --debug"
# ]]] coding projs #
# games [[[ #

View File

@@ -38,7 +38,8 @@ hbd ~/.habitctl
ib ~/linux-config/dot_config/i3blocks/scripts
ra ~/linux-config/dot_config/ranger
rd ~/Documents/red-discord-bot
rdt ~/coding/red-discord-bot
rdt ~/coding/discord-bots
rdp ~/coding/discord-bots/pinky/cogs
sr ~/linux-config/scripts
snp ~/.vim/plugged/vim-snippets/UltiSnips
sw ~/.local/share/nvim/swap/

View File

@@ -57,8 +57,8 @@ bind-key -n M-a command-prompt "rename-window '%%'"
bind-key -n M-p previous-window
bind-key -n M-n next-window
bind-key -n C-Left swap-window -t -1; previous-window
bind-key -n C-Right swap-window -t +1; next-window
bind-key -n C-Left swap-window -t -1\; previous-window
bind-key -n C-Right swap-window -t +1\; next-window
# }}} windows #