ref tmux configs

This commit is contained in:
thek4n 2024-04-03 13:32:39 +03:00
parent 7bb9a3ca97
commit 8d0ffce762
4 changed files with 4 additions and 4 deletions

View File

@ -56,8 +56,8 @@ map('n', '-', '<C-x>')
map({"n", "v"}, [[\]], ',')
-- Select all
map('n', '<Space>a', 'mvggVG')
map('v', '<Space>a', '<Esc>`v:delmarks v<CR>', {silent = true})
map('n', '<C-a>', 'mvggVG')
map('v', '<C-a>', '<Esc>`v:delmarks v<CR>', {silent = true})
-- Scroll tabs

View File

@ -1,4 +1,3 @@
# vim: ft=tmux
set -g command-alias kill='kill-session -t'

View File

@ -1,4 +1,4 @@
# Tmux plugins
# vim: ft=tmux
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'laktak/extrakto'

View File

@ -1,2 +1,3 @@
# vim: ft=tmux
# Tmux remote config