Skip to content

saitonakamura/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Win OS setup

  1. Elevated Install chocolatey
  2. Elevated choco install git
  3. Copy ssh key
  4. cd ~ ; git clone [email protected]:saitonakamura/dotfiles.git; mv ~/dotfiles/**/* ~/
  5. Elevated ~/scripts/install-software.ps1 with appropriate options
  6. Elevated ~/scripts/file-assoc.ps1
  7. Run :PlugInstall in nvim-qt.exe

Vim mnemonics

  • t - test | (code )type | tab | terminal
  • u - unit test
  • g - goto, code navigation (code)
  • n - navigate to, other than code navigation
  • b - buffer
  • w - write | window
  • c - command | console
  • a - action, code action
  • f - format, fix | file | function
  • d - directory | diagnostic | (code) definition
  • p - pretty (format)
  • m - map
  • [ - back, previous
  • ] - forward, next
  • s - (code) symbol
  • r - refator | (code) reference
  • i - (code) implementation

completion rules

  • completion might be triggered as I type, or forcefully called via or <Ctrl/Option-Space>
  • completion items can be fuzzy/non-fuzzy filtered
  • next/prev items can be selected by /
  • completion should be disabled when pressing
  • item should be commited when is pressed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published