Compare commits

...

2 Commits

Author SHA1 Message Date
Timofey Gelazoniya 09ac69e8f6
update readme 2022-08-20 04:23:57 +03:00
Timofey Gelazoniya 56746db89b
tmux panes in current dir 2022-08-20 04:21:55 +03:00
2 changed files with 7 additions and 0 deletions

View File

@ -62,6 +62,11 @@ bind F10 selectw -t:19
bind F11 selectw -t:20
bind F12 selectw -t:21
# New panes in current path
bind c new-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
bind '"' split-window -v -c "#{pane_current_path}"
# A key to toggle between smallest and largest sizes if a window is visible in
# multiple places
bind F set -w window-size

View File

@ -1 +1,3 @@
# xzeldon's dotfiles
> xclip is required. (install with `sudo pacman -S xclip` for arch)