tmux mappings

This commit is contained in:
thek4n 2024-04-02 14:13:35 +03:00
parent fb8fe48182
commit ff697b350b
2 changed files with 1 additions and 5 deletions

View File

@ -66,10 +66,6 @@ map("n", '<C-l>', vim.cmd.tabnext)
map("n", '<C-h>', vim.cmd.tabprev) map("n", '<C-h>', vim.cmd.tabprev)
-- Open file under cursor in new tab
map("n", 'gf', '<C-w>gf')
map("n", '<Leader>qq', '<cmd>bd!<CR>', map("n", '<Leader>qq', '<cmd>bd!<CR>',
{desc = "Kill current buffer"}) {desc = "Kill current buffer"})

View File

@ -15,7 +15,7 @@ bind -T off F12 \
set -u key-table \;\ set -u key-table \;\
set status on set status on
bind n command-prompt -p "New session:" "new-session -d -t '%1' \; switch-client -t '%1'" bind n command-prompt -p "New session:" "new-session -d -s '%1' \; switch-client -t '%1'"
# Zoom pane # Zoom pane
bind -n M-f resize-pane -Z bind -n M-f resize-pane -Z