diff --git a/aliases/key_dirs.tmpl b/aliases/key_dirs.tmpl index fcf808e..0b4bb7f 100644 --- a/aliases/key_dirs.tmpl +++ b/aliases/key_dirs.tmpl @@ -58,7 +58,7 @@ rda ~/Documents/red-discord-bot/repos/gobcog-kevin/adventure rdt ~/coding/discord-bots rdp ~/coding/discord-bots/pinky/cogs/CogManager/cogs/adventure sr ~/linux-config/scripts -snp ~/.vim/plugged/vim-snippets/UltiSnips +vsnps ~/.vim/plugged/vim-snippets/UltiSnips sw ~/.local/share/nvim/swap/ ttd ~/.timetrace ttdr ~/.timetrace/records @@ -173,6 +173,8 @@ sdvss ~/.local/share/StardewValley/Screenshots/ sdvsv ~/.config/StardewValley/Saves/Hevintales_355084144/ sdvsvg ~/Documents/stardew-valley-sdv-saves/hevintales +snp /mnt/linux-files-2/Videos/ipad/marvel-snap + # ]]] gaming # # pey [[[ # @@ -324,6 +326,7 @@ lw ~/Documents/lawrence hih /mnt/linux-files-2/Videos/hot-in-herre bb /mnt/linux-files-2/Pictures/bball dh ~/Pictures/drake-hoodie +ets /mnt/linux-files-2/Videos/eras-taylor-swift-movie mt /mnt/linux-files-2/Pictures/mutant-tees sm /mnt/linux-files-2/Videos/sam-smith/named wg /mnt/linux-files-2/Pictures/weed-grow-23 diff --git a/dot_config/fish/config.fish.tmpl b/dot_config/fish/config.fish.tmpl index 5d4a878..6849e06 100755 --- a/dot_config/fish/config.fish.tmpl +++ b/dot_config/fish/config.fish.tmpl @@ -261,5 +261,11 @@ abbr xya "export-pkgs" # ]]] fxn abbr's # +# aliases [[[ # + +abbr ets "cd /mnt/linux-files-2/Videos/eras-taylor-swift-movie" + +# ]]] aliases # + # task sync > /dev/null 2>&1 # ~/scripts/xmodmap-custom diff --git a/dot_config/i3/config.tmpl b/dot_config/i3/config.tmpl index 10fc6de..a9481db 100755 --- a/dot_config/i3/config.tmpl +++ b/dot_config/i3/config.tmpl @@ -320,7 +320,7 @@ bindsym Control+$mod+y exec wal -i $($scripts_path/shuffler "$HOME/Pictures/Back # ws names [[[ # -set $ws1 "1  " +set $ws1 "1 " {{ if eq .chezmoi.hostname "x1-carbon" }} set $secondary "HDMI2" set $main "eDP1" diff --git a/dot_config/mpv/input.conf b/dot_config/mpv/input.conf index 677027a..f675463 100755 --- a/dot_config/mpv/input.conf +++ b/dot_config/mpv/input.conf @@ -31,3 +31,5 @@ Shift+m revert-seek # Z add sub-delay -0.25 u add sub-delay -0.25 i add sub-delay +0.25 + +ctrl+r cycle_values video-rotate "90" "180" "270" "0" diff --git a/dot_vimrc.tmpl b/dot_vimrc.tmpl index fd8a054..e62a870 100644 --- a/dot_vimrc.tmpl +++ b/dot_vimrc.tmpl @@ -338,7 +338,8 @@ Plug 'junegunn/vim-easy-align' nmap ga (EasyAlign) Plug 'wlangstroth/vim-racket' Plug 'neovimhaskell/haskell-vim' -Plug 'masukomi/vim-markdown-folding' +" Plug 'masukomi/vim-markdown-folding' +Plug 'mikeboiko/vim-markdown-folding' autocmd FileType markdown set foldexpr=NestedMarkdownFolds() Plug 'cespare/vim-toml' Plug 'dpelle/vim-LanguageTool'