Method: Neovim::Window#cursor

Defined in:
lib/neovim/window.rb

#cursorArray(Integer, Integer)

Get the cursor coordinates

Returns:

  • (Array(Integer, Integer))
[View source] [View on GitHub]

50
51
52
# File 'lib/neovim/window.rb', line 50

def cursor
  get_cursor
end