Add bash prompt and vim snakemake config

This commit is contained in:
2019-12-03 13:00:31 +01:00
parent f3d47aaa31
commit c0d719ab78
4 changed files with 93 additions and 2 deletions

View File

@@ -2,3 +2,7 @@ unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
set -g mouse on
# pane movement
bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'"
bind-key s command-prompt -p "send pane to:" "join-pane -t '%%'"