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