Method: Neovim::Window#cursor
- Defined in:
- lib/neovim/window.rb
permalink #cursor ⇒ Array(Integer, Integer)
Get the cursor coordinates
50 51 52 |
# File 'lib/neovim/window.rb', line 50 def cursor get_cursor end |
Get the cursor coordinates
50 51 52 |
# File 'lib/neovim/window.rb', line 50 def cursor get_cursor end |