nvim; tmux
This commit is contained in:
@@ -154,9 +154,9 @@ in
|
||||
bind C-q display-popup -E -xC -yC -w 95% -h 95% " \
|
||||
SESSION_NAME=\$(tmux display-message -p '#S'); \
|
||||
if [ \"\$SESSION_NAME\" = 'misc' ]; then \
|
||||
cd '/mnt/c/Users/marti/Documents/notes/Work/' && vim task_notes.md; \
|
||||
cd '/mnt/c/Users/marti/Documents/notes/Work/' && vim -c 'nnoremap q :wqa<CR>' task_notes.md; \
|
||||
else \
|
||||
cd \"\$HOME/pro/\$SESSION_NAME\" && vim task_notes.md; \
|
||||
cd \"\$HOME/pro/\$SESSION_NAME\" && vim -c 'nnoremap q :wqa<CR>' task_notes.md; \
|
||||
fi"
|
||||
bind C-p display-popup -E -xC -yC -w 95% -h 95% -d "/mnt/c/Users/marti/Documents/notes/Work/development/" "vim mbpr.md"
|
||||
''}
|
||||
|
||||
Reference in New Issue
Block a user