cd into notes and vimrc command

This commit is contained in:
Noah Masur
2020-08-01 09:46:48 -04:00
parent 213e471769
commit a3026b91ba
3 changed files with 10 additions and 3 deletions

View File

@ -590,7 +590,7 @@ shell:
# in the order they were defined in.
key_bindings:
- { key: F, mods: Super, action: ToggleSimpleFullscreen }
- { key: A, mods: Super, chars: "\x02" }
- { key: A, mods: Super, chars: "\x02" } # CMD-A sends CTRL-B for tmux
#- { key: Paste, action: Paste }
#- { key: Copy, action: Copy }