@@ -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 [[[ # |
@@ -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/ |
@@ -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 # | |||