Pattern: https://github.com/ThePrimeagen/.dotfiles/blob/master/tmux/.tmux.conf
Todo: make install of dependencies like
- scripts
- xclip
Recently improved xclip - copy tmux | vim | browser tmux-sessionizer - (fzf + tmux ls)
Nvim init.lua small modifications
- todo-floating wind :Td
- git plugins - :Git , :Gitdiff , :Git commit -m '', :Git push origin HEAD
- git stage files via telescope ss -> git_status -> to stage
"tpope/vim-fugitive", -- Fugitive is the premier Vim plugin for Git.
"tpope/vim-rhubarb", -- If fugitive.vim is the Git, rhubarb.vim is the Hub.
{
"vimichael/floatingtodo.nvim",
config = function()
require("floatingtodo").setup({
target_file = "~/notes/todo.md",
border = "single", -- single, rounded, etc.
})
end,
},