Compare commits

..

3 commits

2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,7 @@ in
bind -n M-F4 if 'tmux has-session -t 4' {switch-client -t 4} {display-popup -E -E 'create-tmux-session -i 4'} bind -n M-F4 if 'tmux has-session -t 4' {switch-client -t 4} {display-popup -E -E 'create-tmux-session -i 4'}
# Alt+F10 for launching my Nix project # Alt+F10 for launching my Nix project
bind -n M-F10 run 'create-tmux-session -n config -r nix "run:nvim ." vsplit:20' bind -n M-F10 run 'create-tmux-session -n config -p nix "run:nvim ." vsplit:20'
# change window with Alt+{1..5} # change window with Alt+{1..5}
bind -n -N "Goto window 1" M-1 select-window -T -t 1 bind -n -N "Goto window 1" M-1 select-window -T -t 1

View file

@ -71,7 +71,7 @@ process_args() {
SESSION_NAME="$2" SESSION_NAME="$2"
shift shift
;; ;;
-r | --repository-name | --repo) -p | --repository-name | --repo)
PROJECT="$2" PROJECT="$2"
shift shift
;; ;;