Method: Window#go_right
- Defined in:
- lib/ver/layout/vim.rb
#go_right(n = nil) ⇒ Object
Focus the nth window to the right. Uses insert cursor position to select between alternatives.
65 66 |
# File 'lib/ver/layout/vim.rb', line 65 def go_right(n = nil) end |