Struct tmux_interface::commands::windows_and_panes::move_pane::MovePane [−][src]
Like join-pane, but src-pane
and dst-pane
may belong to the same window
Manual
tmux ^3.1:
tmux move-pane [-bdhv] [-l size] [-s src-pane] [-t dst-pane]
(alias: movep)
tmux ^1.7:
tmux move-pane [-bdhv] [-l size | -p percentage] [-s src-pane] [-t dst-pane]
(alias: movep)
Fields
left_above: Option<bool>
[-b] - cause src-pane to be joined to left of or above dst-pane
detached: Option<bool>
[-d] -
horizontal: Option<bool>
[-h] - full height
vertical: Option<bool>
[-v] - full width
size: Option<&'a PaneSize>
[-l size] - specify the size of the new pane in lines/columns
src_pane: Option<&'a str>
[-s src-pane] - src-pane
dst_pane: Option<&'a str>
[-t dst-pane] - dst-pane
Implementations
impl<'a> MovePane<'a>
[src]
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for MovePane<'a>
impl<'a> Send for MovePane<'a>
impl<'a> Sync for MovePane<'a>
impl<'a> Unpin for MovePane<'a>
impl<'a> UnwindSafe for MovePane<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,