Dotfiles for my tiling window manager + terminal workflow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
2.7 KiB

6 years ago
6 years ago
  1. map gbg cd ~/Pictures/Backgrounds
  2. map tbg tab_new ~/Pictures/Backgrounds
  3. map mbg shell mv -v %s ~/Pictures/Backgrounds
  4. map Ybg shell cp -rv %s ~/Pictures/Backgrounds
  5. map gd cd ~/Downloads
  6. map td tab_new ~/Downloads
  7. map md shell mv -v %s ~/Downloads
  8. map Yd shell cp -rv %s ~/Downloads
  9. map gD cd ~/Documents
  10. map tD tab_new ~/Documents
  11. map mD shell mv -v %s ~/Documents
  12. map YD shell cp -rv %s ~/Documents
  13. map gho cd ~/
  14. map tho tab_new ~/
  15. map mho shell mv -v %s ~/
  16. map Yho shell cp -rv %s ~/
  17. map glc cd ~/linux-config/
  18. map tlc tab_new ~/linux-config/
  19. map mlc shell mv -v %s ~/linux-config/
  20. map Ylc shell cp -rv %s ~/linux-config/
  21. map gcd cd ~/coding
  22. map tcd tab_new ~/coding
  23. map mcd shell mv -v %s ~/coding
  24. map Ycd shell cp -rv %s ~/coding
  25. map gjnd cd ~/Documents/journal
  26. map tjnd tab_new ~/Documents/journal
  27. map mjnd shell mv -v %s ~/Documents/journal
  28. map Yjnd shell cp -rv %s ~/Documents/journal
  29. map glh cd ~/Music/spotify-history
  30. map tlh tab_new ~/Music/spotify-history
  31. map mlh shell mv -v %s ~/Music/spotify-history
  32. map Ylh shell cp -rv %s ~/Music/spotify-history
  33. map gsnp cd ~/.vim/plugged/vim-snippets/UltiSnips
  34. map tsnp tab_new ~/.vim/plugged/vim-snippets/UltiSnips
  35. map msnp shell mv -v %s ~/.vim/plugged/vim-snippets/UltiSnips
  36. map Ysnp shell cp -rv %s ~/.vim/plugged/vim-snippets/UltiSnips
  37. map gsv cd ~/coding/spotify-lib-vis/src
  38. map tsv tab_new ~/coding/spotify-lib-vis/src
  39. map msv shell mv -v %s ~/coding/spotify-lib-vis/src
  40. map Ysv shell cp -rv %s ~/coding/spotify-lib-vis/src
  41. map gswa cd ~/.local/share/nvim/swap
  42. map tswa tab_new ~/.local/share/nvim/swap
  43. map mswa shell mv -v %s ~/.local/share/nvim/swap
  44. map Yswa shell cp -rv %s ~/.local/share/nvim/swap
  45. map gwo cd ~/Documents/workout-logs/11
  46. map two tab_new ~/Documents/workout-logs/11
  47. map mwo shell mv -v %s ~/Documents/workout-logs/11
  48. map Ywo shell cp -rv %s ~/Documents/workout-logs/11
  49. map gsc cd ~/Documents/school
  50. map tsc tab_new ~/Documents/school
  51. map msc shell mv -v %s ~/Documents/school
  52. map Ysc shell cp -rv %s ~/Documents/school
  53. map gst cd ~/Documents/school/sta
  54. map tst tab_new ~/Documents/school/sta
  55. map mst shell mv -v %s ~/Documents/school/sta
  56. map Yst shell cp -rv %s ~/Documents/school/sta
  57. map g2 cd ~/Documents/school/236
  58. map t2 tab_new ~/Documents/school/236
  59. map m2 shell mv -v %s ~/Documents/school/236
  60. map Y2 shell cp -rv %s ~/Documents/school/236
  61. map ga3 cd ~/Documents/school/latex-notes/236/a3
  62. map ta3 tab_new ~/Documents/school/latex-notes/236/a3
  63. map ma3 shell mv -v %s ~/Documents/school/latex-notes/236/a3
  64. map Ya3 shell cp -rv %s ~/Documents/school/latex-notes/236/a3
  65. map g3 cd ~/Documents/school/343
  66. map t3 tab_new ~/Documents/school/343
  67. map m3 shell mv -v %s ~/Documents/school/343
  68. map Y3 shell cp -rv %s ~/Documents/school/343