aphroteus / vimfiles

My vimrc for BIOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vimfiles

My vimrc configuration

Prerequisites

Utility available in PATH environment variable:

Font Installed:

Installation Instructions

On Windows

winget install Git.Git
winget install BurntSushi.ripgrep.MSVC
git clone --recursive https://github.com/aphroteus/vimfiles.git %UserProfile%\vimfiles

On Linux

git clone --recursive https://github.com/aphroteus/vimfiles.git ~/.vim

Usage

Hotkeys in normal mode:

  1. Search cursor focused keyword:

    • Move the cursor on keyword, then press <F2>
  2. Search input keyword or string:

    • Press <F3> + keyword + <CR>
    • Press <F3> + "the string" + <CR>
  3. Switch between the buffers:

    • Press gb to previous buffer
    • Press gn to next buffer
    • Press bd to close current buffer

About

My vimrc for BIOS

License:MIT License


Languages

Language:Vim Script 100.0%