Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 456 Bytes

workflow.md

File metadata and controls

10 lines (10 loc) · 456 Bytes

My Workflow

  1. Go to the project's directory
  2. Run the tmx command
  3. vim is on the left, zsh is on the right
  4. Make sure I'm in the correct branch
  5. In vim use <C-p> to get a fzf list of files to edit.
  6. Select one and edit
  7. To edit a new one repeat above 2 steps steps
  8. To switch to a different buffer either use <C-p> again or <C-b> for fzf buffer list
  9. Run commands directly from vim with <Leader>vp and see results in zsh