Skip to content

Mestane/.vimAndTmux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello everyone. In this video I am going to show you how to customize Vim with Tmux and make your Vim to general IDE.

➊ First of all please install the applications on your computer in order.


🔽 Vim

🔹 https://www.vim.org/download.php or 🔹 https://github.com/vim/vim

( For Arch Linux )
sudo pacman -S vim

🔽 Tmux

🔹 https://github.com/tmux/tmux/wiki

( For Arch linux ) 
sudo pacman -S tmux

sudo pacman -S tmux

🔽 gpakosz/.tmux

🔹 https://github.com/gpakosz/.tmux

➋ Then create .vimrc file ( if not exist )


touch ~/.vimrc

if you have already created the .vimrc file please back up

 mv ~/.vimrc ~/.vimrc.bak

➌ After that download my .vimrc and .tmux.local.conf file


My .vimrc and .tmux.local.conf files .vimAndTmux

Please don't forget to install VIM-PLUG before installing plugins.

SCREENSHOTS

.vimrc file

any css file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published