added tmux module

This commit is contained in:
Bryan Ramos 2024-05-18 21:02:16 -04:00
parent 3e3d67e6bd
commit 37f704cc19
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
11 changed files with 101 additions and 13 deletions

View file

@ -70,7 +70,7 @@ nnoremap <leader>ga :Git add<CR>
nnoremap <leader>gc :Git commit<CR>
nnoremap <leader>gd :Git diff<CR>
nnoremap <leader>e :Explore<CR>
nnoremap <leader>e :Ex<CR>
nnoremap <leader>/ :Rg<Space>
nnoremap <leader>bd :bd<CR>