if empty(glob('~/.config/nvim/autoload/plug.vim')) silent !curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim autocmd VimEnter * PlugInstall --sync | source $MYVIMRC endif " === " === Editor behavior ...
We provide an option, g:tmux_navigator_disable_when_zoomed, which can be used to disable this unzooming behavior, keeping all navigation within Vim until the tmux pane is explicitly unzoomed.To disable navigation when zoomed, add the following to your ~/.vimrc:...
keymap.set("i", "<C-b>", "<C-o>de") --- Tmux Navigation --- local nvim_tmux_nav = require("nvim-tmux-navigation") vim.keymap.set("n", "<C-h>", nvim_tmux_nav.NvimTmuxNavigateLeft) vim.keymap.set("n", "<C-j>", nvim_tmux_nav.NvimTmuxNavigateDown) vim.keymap.set...
Plug 'wellle/tmux-complete.vim' " Snippets " Plug 'SirVer/ultisnips' Plug 'theniceboy/vim-snippets' " Undo Tree Plug 'mbbill/undotree' " Git Plug 'theniceboy/vim-gitignore', { 'for': ['gitignore', 'vim-plug'] } Plug 'fszymanski/fzf-gitignore', { 'do': ':Update...
Plug 'wellle/tmux-complete.vim' " Snippets " Plug 'SirVer/ultisnips' Plug 'theniceboy/vim-snippets' " Undo Tree Plug 'mbbill/undotree' " Git Plug 'theniceboy/vim-gitignore', { 'for': ['gitignore', 'vim-plug'] } Plug 'fszymanski/fzf-gitignore', { 'do': ':Update...
Having said that, arrows combined with modifiers are pretty convenient way to navigate outside of the text editting context, like switching between windows. We have three navigation that we care about: tmux windows tmux panes (split window) ...
@tmux-nvim-navigation-keybinding-right 'C-l' # resize set -g @tmux-nvim-resize true set -g @tmux-nvim-resize-step-x 1 set -g @tmux-nvim-resize-step-y 1 set -g @tmux-nvim-resize-keybinding-left 'M-h' set -g @tmux-nvim-resize-keybinding-down 'M-j' set -g @tmux-n...
Repository files navigation README Code of conduct MIT license SecurityCatppuccin for (Neo)vim This port of Catppuccin is special because it was the first one and the one that originated the project itself. Given this, it's important to acknowledge that it all didn't come to be what it...
Plug 'wellle/tmux-complete.vim' " Snippets " Plug 'SirVer/ultisnips' Plug 'theniceboy/vim-snippets' " Undo Tree Plug 'mbbill/undotree' " Git Plug 'theniceboy/vim-gitignore', { 'for': ['gitignore', 'vim-plug'] } Plug 'theniceboy/fzf-gitignore', { 'do': ':Updat...
tmux (maintained by @Freed-Wu) todotxt (experimental, maintained by @arnarg) toml (maintained by @tk-shirasaka) tsv (maintained by @amaanq) tsx (maintained by @steelsojka) turtle (maintained by @GordianDziwis) twig (maintained by @gbprod) typescript (maintained by @steelsojka) typespec...