aksharma53 / Tvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VI

I only use vi which is presintalled

vim location

  • press “Command” + “Shift” + “.” to view hidden files,
  • then add .vimrc here
  • after adding .vimrc in /users/abhisheksharma/ open this and your structure lool like this

Screenshot 2023-03-21 at 10 03 50 PM

error while running c++ code with #include <bits/stdc++.h> on macos

solution just create new folder /usr/local/include/bits and paste this file https://github.com/Alphasaurs/Tvim/blob/main/stdc++.h

precompiled <bits/stdc++.h>

solution g++ -std=c++20 stdc++.h

add and commit

git config --global alias.coa '!git add -A && git commit -m' git coa "updated"

About


Languages

Language:C++ 85.4%Language:Vim Script 14.6%