Compare commits
3 commits
250b215b06
...
d1805654f7
Author | SHA1 | Date | |
---|---|---|---|
d1805654f7 | |||
201c8dacaa | |||
0ac07880c0 |
2 changed files with 2 additions and 2 deletions
|
@ -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'}
|
||||
|
||||
# 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}
|
||||
bind -n -N "Goto window 1" M-1 select-window -T -t 1
|
||||
|
|
|
@ -71,7 +71,7 @@ process_args() {
|
|||
SESSION_NAME="$2"
|
||||
shift
|
||||
;;
|
||||
-r | --repository-name | --repo)
|
||||
-p | --repository-name | --repo)
|
||||
PROJECT="$2"
|
||||
shift
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue