快速进行tmux及vim配置,打造终端IDE

代理配置

复制代码
IP="192.168.X.X"
PORT="XX"
export http_proxy="http://$IP:$PORT"
export https_proxy="http://$IP:$PORT"

关于tmux部分的快速配置使用

linux 复制代码
yum install -y tmux
git config --global http.sslverify false
git clone https://github.com/gpakosz/.tmux.git
ln -s -f .tmux/.tmux.conf
cp .tmux/.tmux.conf.local .
复制代码
:set -g synchronize-panes on是进行批量输入命令的开启。

关于vim部分的快速配置使用

linux 复制代码
rm -rf .vim
git clone https://github.com/gpakosz/.vim.git
ln -s .vim/.vimrc

使用nvim进行快速配置

复制代码
git clone https://github.com/neovim/neovim.git --depth 1
make CMAKE_BUILD_TYPE=RelWithDebInfo
sudo make install
echo "insecure" >> ~/.curlrc
git clone https://github.com/eggtoopain/Neovim-Configuration-Tutorial.git
mkdir -p ~/.config
cp -r Neovim-Configuration-Tutorial/完整配置代码/nvim ~/.config/
cd   ~/.config/nvim
nvim .

参考:

https://github.com/namtzigla/oh-my-tmux?tab=readme-ov-file

相关推荐
肖恭伟5 小时前
VScode入门学习
ide·vscode·学习
自动化和Linux13 小时前
windows11安装GCC+安装Visual Studio Code,Dev-C++
c++·ide·vscode·编辑器
婉然从物15 小时前
IDEA中plugins无法连接网络
java·ide·intellij-idea
自动化和Linux15 小时前
Visual Studio Code初次使用注意事项
ide·vscode·编辑器
Mr数据杨15 小时前
【Dv3Admin】FastCRUD MD编辑器操作
服务器·网络·编辑器
SuAluvfy16 小时前
AI 编辑器:Cursor vs Trae
人工智能·编辑器
Dontla16 小时前
VSCode如何快速跳转到某行?(快速跳转到指定行号)快捷键Go to Line、Ctrl + G、跳转行、跳转某行、切换行、切换某行
ide·vscode·编辑器
安卓程序员_谢伟光17 小时前
如何用MAT(Eclipse Memory Analyzer)
java·ide·eclipse
Software攻城狮17 小时前
【Ai代码 编辑器 】
编辑器
secondyoung17 小时前
VSCode乱码解决方案
c语言·ide·windows·经验分享·vscode·编辑器·json