Added byobu keybindings
parent
686f13e21c
commit
8886f8a3f6
|
@ -0,0 +1,9 @@
|
||||||
|
set -g prefix F12
|
||||||
|
unbind-key -n C-a
|
||||||
|
|
||||||
|
bind-key -n M-F1 display-panes \; split-window -v -c "#{pane_current_path}"
|
||||||
|
bind-key -n C-F1 display-panes \; split-window -h -c "#{pane_current_path}"
|
||||||
|
bind-key -n F1 new-window -c "#{pane_current_path}" \; rename-window "-"
|
||||||
|
bind-key -n F2 previous-window
|
||||||
|
bind-key -n F3 next-window
|
||||||
|
|
|
@ -9,5 +9,5 @@ t:/home/tuan/Templates
|
||||||
w:/home/tuan/workspace_l/Projects
|
w:/home/tuan/workspace_l/Projects
|
||||||
k:/home/tuan/Documents/CTF/TryHackMe/VulnUniversity
|
k:/home/tuan/Documents/CTF/TryHackMe/VulnUniversity
|
||||||
q:/home/tuan/.nextcloud/Quick Drop
|
q:/home/tuan/.nextcloud/Quick Drop
|
||||||
':/home/tuan/.scripts
|
':/home/tuan/.byobu
|
||||||
e:/home/tuan/Documents/CTF/TryHackMe/Ice/2_Recon
|
e:/home/tuan/Documents/CTF/TryHackMe/Ice/2_Recon
|
||||||
|
|
Loading…
Reference in New Issue