diff --git a/vim.config/init.vim b/vim.config/init.vim index 16c5d4a..b32074d 100644 --- a/vim.config/init.vim +++ b/vim.config/init.vim @@ -295,7 +295,10 @@ call plug#begin() nnoremap :w\|bd " set paste shorcut (Ctrl + Shift + V) - " set paste + set paste + + " set tab size + set tabstop=4 " vim panes switching " map :tabn " Ctrl + l diff --git a/zsh.config/.zshrc b/zsh.config/.zshrc index 994fc5f..c369b26 100644 --- a/zsh.config/.zshrc +++ b/zsh.config/.zshrc @@ -104,3 +104,7 @@ source $ZSH/oh-my-zsh.sh [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh alias tmux-session=/root/linux.config/tmux.config/tmux.session.sh + +# Generated for envman. Do not edit. +[ -s "$HOME/.config/envman/load.sh" ] && source "$HOME/.config/envman/load.sh" +