tmux mappings
This commit is contained in:
parent
fb8fe48182
commit
ff697b350b
@ -66,10 +66,6 @@ map("n", '<C-l>', vim.cmd.tabnext)
|
||||
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>',
|
||||
{desc = "Kill current buffer"})
|
||||
|
||||
|
||||
@ -15,7 +15,7 @@ bind -T off F12 \
|
||||
set -u key-table \;\
|
||||
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
|
||||
bind -n M-f resize-pane -Z
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user