Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vim #1

Open
1 task done
mxochicale opened this issue Oct 2, 2019 · 4 comments
Open
1 task done

vim #1

mxochicale opened this issue Oct 2, 2019 · 4 comments

Comments

@mxochicale
Copy link
Owner

mxochicale commented Oct 2, 2019

  • create direct link to download .vimrc and make it easy for migration purposes
@mxochicale
Copy link
Owner Author

@mxochicale
Copy link
Owner Author

mxochicale commented Dec 3, 2023

  • 🔴 [priority] add How to open multiple files in split mode
  • "You can use the option -o to open the files in horizontal splits or -O (letter "O") to open vertical splits"
  • See :help -o for all the details.
  • You can also use -p to open in tabs (FYI...)
  • You can then move between splits using C-w + hjkl.

Reference: https://vi.stackexchange.com/questions/732/how-to-open-multiple-files-in-split-mode

@mxochicale mxochicale reopened this Dec 3, 2023
@mxochicale
Copy link
Owner Author

  • 🟡 add :vertical resize N - resize a vertical split, setting width to N characters.

https://vi.stackexchange.com/questions/514/how-do-i-change-the-current-splits-width-and-height

@mxochicale
Copy link
Owner Author

mxochicale commented Dec 18, 2023

  • 🟡 add retab in .vimrc
set softtabstop=4
set tabstop=4
set shiftwidth=4
set expandtab

Then, use :retab to fix the indentation issue in your code.

https://vi.stackexchange.com/questions/27219/fixing-tab-and-space-inconsistency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant