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