Compare commits
3 commits
d1805654f7
...
250b215b06
Author | SHA1 | Date | |
---|---|---|---|
250b215b06 | |||
24b37a2903 | |||
0492b3189a |
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'}
|
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 -p nix "run:nvim ." vsplit:20'
|
bind -n M-F10 run 'create-tmux-session -n config -r 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
|
||||||
|
|
|
@ -71,7 +71,7 @@ process_args() {
|
||||||
SESSION_NAME="$2"
|
SESSION_NAME="$2"
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
-p | --repository-name | --repo)
|
-r | --repository-name | --repo)
|
||||||
PROJECT="$2"
|
PROJECT="$2"
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue