From 8886f8a3f69dd1b6c2312b268035976c3362e452 Mon Sep 17 00:00:00 2001 From: TuDatTr Date: Fri, 22 May 2020 02:00:49 +0200 Subject: [PATCH] Added byobu keybindings --- config/.byobu/keybindings.tmux | 9 +++++++++ config/.local/share/ranger/bookmarks | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 config/.byobu/keybindings.tmux diff --git a/config/.byobu/keybindings.tmux b/config/.byobu/keybindings.tmux new file mode 100644 index 0000000..16c5cbf --- /dev/null +++ b/config/.byobu/keybindings.tmux @@ -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 + diff --git a/config/.local/share/ranger/bookmarks b/config/.local/share/ranger/bookmarks index 48accb6..a56a624 100644 --- a/config/.local/share/ranger/bookmarks +++ b/config/.local/share/ranger/bookmarks @@ -9,5 +9,5 @@ t:/home/tuan/Templates w:/home/tuan/workspace_l/Projects k:/home/tuan/Documents/CTF/TryHackMe/VulnUniversity q:/home/tuan/.nextcloud/Quick Drop -':/home/tuan/.scripts +':/home/tuan/.byobu e:/home/tuan/Documents/CTF/TryHackMe/Ice/2_Recon