bernardo-bruning / godot-vim

Introduces motions vim on godot editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

godot-vim

Basic vim bindings inside of the godot IDE

vim commands implemented

TO understand what each of the commands do, simply fire up a real instance of vim and run :help <command>

motion

  h
  j
  k
  l
  w
  e
  b
  f
  t
  ;
  ,
  $
  ^
  0
  gg
  }
  {
  m
  `

insert

  i
  I
  a
  A
  G
  o
  O

visual

  v
  V

undo

  u

cmdline

  <C-r>

repeat

  .
  :

pattern

  /
  n
  N

scroll

  zz

change

  J
  d
  dd
  D
  p
  P
  x
  s
  r
  y
  yy
  n
  N
  c
  c
  C
  z
  >
  >>
  <
  <<

About

Introduces motions vim on godot editor

License:MIT License


Languages

Language:GDScript 100.0%