Skip to content

nokernelspace/init.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Vim Development Environment (VDE)

I use vim-plug for my stuff. Below are some new keybinds

Install Dependencies

OSX

brew install ctags fzf

Windows

Split Navigation

; = go to previous split

File Navigation

NerdTree & TagBar

<F1> - go to the selected file in NERDTree

<F2> - Toggle the NERDTree view

<C-h/j/k/l> = 5 h/j/k/l

<Up/Down/Left/Right> = 20 h/j/k/l

<F11> - Toggle TagBar

<F12> - Open the current buffer in TagBar

Search Navigation

fzf - Required in PATH environment variable

<C-w><C-h> - Search VIM edit history

<C-w><C-j> - Search all open buffers

<C-w><C-k> - Search currently selected buffer

<C-w><C-l> / <C-f> - Search CWD

<C-s> - Search edit history since last Git commit

Runtime Navigation

Vimspector

Language Support

C/C++

Java

C#

Javascript

Python

Rust

Go

HTML/CSS

Typescript

Kotlin

Ruby

R

SQL

Fortran

PHP

Assembly

COBOL

Swift

MatLab

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published