Compare commits
1 Commits
cc130f0c4d
...
9c141172d6
Author | SHA1 | Date | |
---|---|---|---|
9c141172d6 |
@ -16,5 +16,5 @@ project=$(
|
|||||||
fzf --layout=reverse --info=hidden --border=rounded --cycle
|
fzf --layout=reverse --info=hidden --border=rounded --cycle
|
||||||
)
|
)
|
||||||
|
|
||||||
tmux new-window -n $project -c ~/Projects/$project
|
tmux new-window -n $project -c "~/Projects/$project"
|
||||||
~/.local/share/tmux/layouts/window-auto
|
~/.local/share/tmux/layouts/window-auto
|
||||||
|
@ -75,9 +75,6 @@ bind I display-popup -S fg=#54546D -b rounded -d '#{pane_current_path}' -E '$SHE
|
|||||||
bind C-n next-window
|
bind C-n next-window
|
||||||
bind C-p previous-window
|
bind C-p previous-window
|
||||||
|
|
||||||
# Kill current window
|
|
||||||
bind W kill-window
|
|
||||||
|
|
||||||
# Make new splits open in current directory
|
# Make new splits open in current directory
|
||||||
bind '"' split-window -c '#{pane_current_path}'
|
bind '"' split-window -c '#{pane_current_path}'
|
||||||
bind '%' split-window -h -c '#{pane_current_path}'
|
bind '%' split-window -h -c '#{pane_current_path}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user