pub const _1_KEY: &str = "-1";
pub const _2_KEY: &str = "-2";
pub const _8_KEY: &str = "-8";
pub const A_LOWERCASE_KEY: &str = "-a";
pub const B_LOWERCASE_KEY: &str = "-b";
pub const C_LOWERCASE_KEY: &str = "-c";
pub const D_LOWERCASE_KEY: &str = "-d";
pub const E_LOWERCASE_KEY: &str = "-e";
pub const F_LOWERCASE_KEY: &str = "-f";
pub const G_LOWERCASE_KEY: &str = "-g";
pub const H_LOWERCASE_KEY: &str = "-h";
pub const I_LOWERCASE_KEY: &str = "-i";
pub const K_LOWERCASE_KEY: &str = "-k";
pub const L_LOWERCASE_KEY: &str = "-l";
pub const M_LOWERCASE_KEY: &str = "-m";
pub const N_LOWERCASE_KEY: &str = "-n";
pub const O_LOWERCASE_KEY: &str = "-o";
pub const P_LOWERCASE_KEY: &str = "-p";
pub const Q_LOWERCASE_KEY: &str = "-q";
pub const R_LOWERCASE_KEY: &str = "-r";
pub const S_LOWERCASE_KEY: &str = "-s";
pub const T_LOWERCASE_KEY: &str = "-t";
pub const U_LOWERCASE_KEY: &str = "-u";
pub const V_LOWERCASE_KEY: &str = "-v";
pub const W_LOWERCASE_KEY: &str = "-w";
pub const X_LOWERCASE_KEY: &str = "-x";
pub const Y_LOWERCASE_KEY: &str = "-y";
pub const A_UPPERCASE_KEY: &str = "-A";
pub const B_UPPERCASE_KEY: &str = "-B";
pub const C_UPPERCASE_KEY: &str = "-C";
pub const D_UPPERCASE_KEY: &str = "-D";
pub const E_UPPERCASE_KEY: &str = "-E";
pub const F_UPPERCASE_KEY: &str = "-F";
pub const G_UPPERCASE_KEY: &str = "-G";
pub const H_UPPERCASE_KEY: &str = "-H";
pub const I_UPPERCASE_KEY: &str = "-I";
pub const J_UPPERCASE_KEY: &str = "-J";
pub const K_UPPERCASE_KEY: &str = "-K";
pub const L_UPPERCASE_KEY: &str = "-L";
pub const M_UPPERCASE_KEY: &str = "-M";
pub const N_UPPERCASE_KEY: &str = "-N";
pub const O_UPPERCASE_KEY: &str = "-O";
pub const P_UPPERCASE_KEY: &str = "-P";
pub const R_UPPERCASE_KEY: &str = "-R";
pub const S_UPPERCASE_KEY: &str = "-S";
pub const T_UPPERCASE_KEY: &str = "-T";
pub const U_UPPERCASE_KEY: &str = "-U";
pub const V_UPPERCASE_KEY: &str = "-V";
pub const W_UPPERCASE_KEY: &str = "-W";
pub const X_UPPERCASE_KEY: &str = "-X";
pub const Z_UPPERCASE_KEY: &str = "-Z";
pub const CC_UPPERCASE_KEY: &str = "-CC";
pub const EE_UPPERCASE_KEY: &str = "-EE";
pub const TMUX: &str = "tmux";
pub const CHOOSE_BUFFER: &str = "choose-buffer";
#[cfg(not(feature = "cmd_alias"))]
pub const CLEAR_HISTORY: &str = "clear-history";
#[cfg(feature = "cmd_alias")]
pub const CLEAR_HISTORY: &str = "clearhist";
#[cfg(not(feature = "cmd_alias"))]
pub const DELETE_BUFFER: &str = "delete-buffer";
#[cfg(feature = "cmd_alias")]
pub const DELETE_BUFFER: &str = "deleteb";
#[cfg(not(feature = "cmd_alias"))]
pub const LIST_BUFFERS: &str = "list-buffers";
#[cfg(feature = "cmd_alias")]
pub const LIST_BUFFERS: &str = "lsb";
#[cfg(not(feature = "cmd_alias"))]
pub const LOAD_BUFFER: &str = "load-buffer";
#[cfg(feature = "cmd_alias")]
pub const LOAD_BUFFER: &str = "loadb";
#[cfg(not(feature = "cmd_alias"))]
pub const PASTE_BUFFER: &str = "paste-buffer";
#[cfg(feature = "cmd_alias")]
pub const PASTE_BUFFER: &str = "pasteb";
#[cfg(not(feature = "cmd_alias"))]
pub const SAVE_BUFFER: &str = "save-buffer";
#[cfg(feature = "cmd_alias")]
pub const SAVE_BUFFER: &str = "saveb";
#[cfg(not(feature = "cmd_alias"))]
pub const SET_BUFFER: &str = "set-buffer";
#[cfg(feature = "cmd_alias")]
pub const SET_BUFFER: &str = "setb";
#[cfg(not(feature = "cmd_alias"))]
pub const SHOW_BUFFER: &str = "show-buffer";
#[cfg(feature = "cmd_alias")]
pub const SHOW_BUFFER: &str = "showb";
#[cfg(not(feature = "cmd_alias"))]
pub const ATTACH_SESSION: &str = "attach-session";
#[cfg(feature = "cmd_alias")]
pub const ATTACH_SESSION: &str = "attach";
#[cfg(not(feature = "cmd_alias"))]
pub const DETACH_CLIENT: &str = "detach-client";
#[cfg(feature = "cmd_alias")]
pub const DETACH_CLIENT: &str = "detach";
#[cfg(not(feature = "cmd_alias"))]
pub const LIST_CLIENTS: &str = "list-clients";
#[cfg(feature = "cmd_alias")]
pub const LIST_CLIENTS: &str = "lsc";
#[cfg(not(feature = "cmd_alias"))]
pub const LIST_COMMANDS: &str = "list-commands";
#[cfg(feature = "cmd_alias")]
pub const LIST_COMMANDS: &str = "lscm";
#[cfg(not(feature = "cmd_alias"))]
pub const LOCK_CLIENT: &str = "lock-client";
#[cfg(feature = "cmd_alias")]
pub const LOCK_CLIENT: &str = "lockc";
#[cfg(not(feature = "cmd_alias"))]
pub const NEW_SESSION: &str = "new-session";
#[cfg(feature = "cmd_alias")]
pub const NEW_SESSION: &str = "new";
#[cfg(not(feature = "cmd_alias"))]
pub const LIST_SESSIONS: &str = "list-sessions";
#[cfg(feature = "cmd_alias")]
pub const LIST_SESSIONS: &str = "ls";
#[cfg(not(feature = "cmd_alias"))]
pub const REFRESH_CLIENT: &str = "refresh-client";
#[cfg(feature = "cmd_alias")]
pub const REFRESH_CLIENT: &str = "refresh";
#[cfg(not(feature = "cmd_alias"))]
pub const RENAME_SESSION: &str = "rename-session";
#[cfg(feature = "cmd_alias")]
pub const RENAME_SESSION: &str = "rename";
pub const SERVER_ACCESS: &str = "server-access";
#[cfg(not(feature = "cmd_alias"))]
pub const SHOW_MESSAGES: &str = "show-messages";
#[cfg(feature = "cmd_alias")]
pub const SHOW_MESSAGES: &str = "showmsgs";
#[cfg(not(feature = "cmd_alias"))]
pub const SOURCE_FILE: &str = "source-file";
#[cfg(feature = "cmd_alias")]
pub const SOURCE_FILE: &str = "source";
#[cfg(not(feature = "cmd_alias"))]
pub const START_SERVER: &str = "start-server";
#[cfg(feature = "cmd_alias")]
pub const START_SERVER: &str = "start";
#[cfg(not(feature = "cmd_alias"))]
pub const SUSPEND_CLIENT: &str = "suspend-client";
#[cfg(feature = "cmd_alias")]
pub const SUSPEND_CLIENT: &str = "suspendc";
#[cfg(not(feature = "cmd_alias"))]
pub const SWITCH_CLIENT: &str = "switch-client";
#[cfg(feature = "cmd_alias")]
pub const SWITCH_CLIENT: &str = "switchc";
pub const KILL_SERVER: &str = "kill-server";
pub const KILL_SESSION: &str = "kill-session";
#[cfg(not(feature = "cmd_alias"))]
pub const HAS_SESSION: &str = "has-session";
#[cfg(feature = "cmd_alias")]
pub const HAS_SESSION: &str = "has";
#[cfg(not(feature = "cmd_alias"))]
pub const LOCK_SESSION: &str = "lock-session";
#[cfg(feature = "cmd_alias")]
pub const LOCK_SESSION: &str = "locks";
#[cfg(not(feature = "cmd_alias"))]
pub const SET_ENVIRONMENT: &str = "set-environment";
#[cfg(feature = "cmd_alias")]
pub const SET_ENVIRONMENT: &str = "setenv";
#[cfg(not(feature = "cmd_alias"))]
pub const SHOW_ENVIRONMENT: &str = "show-environment";
#[cfg(feature = "cmd_alias")]
pub const SHOW_ENVIRONMENT: &str = "showenv";
pub const SET_HOOK: &str = "set-hook";
pub const SHOW_HOOKS: &str = "show-hooks";
#[cfg(not(feature = "cmd_alias"))]
pub const BIND_KEY: &str = "bind-key";
#[cfg(feature = "cmd_alias")]
pub const BIND_KEY: &str = "bind";
#[cfg(not(feature = "cmd_alias"))]
pub const LIST_KEYS: &str = "list-keys";
#[cfg(feature = "cmd_alias")]
pub const LIST_KEYS: &str = "lsk";
#[cfg(not(feature = "cmd_alias"))]
pub const SEND_KEYS: &str = "send-keys";
#[cfg(feature = "cmd_alias")]
pub const SEND_KEYS: &str = "send";
pub const SEND_PREFIX: &str = "send-prefix";
#[cfg(not(feature = "cmd_alias"))]
pub const UNBIND_KEY: &str = "unbind-key";
#[cfg(feature = "cmd_alias")]
pub const UNBIND_KEY: &str = "unbind";
pub const CLOCK_MODE: &str = "clock-mode";
#[cfg(not(feature = "cmd_alias"))]
pub const LOCK_SERVER: &str = "lock-server";
#[cfg(feature = "cmd_alias")]
pub const LOCK_SERVER: &str = "lock";
#[cfg(not(feature = "cmd_alias"))]
pub const RUN_SHELL: &str = "run-shell";
#[cfg(feature = "cmd_alias")]
pub const RUN_SHELL: &str = "run";
#[cfg(not(feature = "cmd_alias"))]
pub const SERVER_INFO: &str = "server-info";
#[cfg(feature = "cmd_alias")]
pub const SERVER_INFO: &str = "info";
#[cfg(not(feature = "cmd_alias"))]
pub const WAIT_FOR: &str = "wait-for";
#[cfg(feature = "cmd_alias")]
pub const WAIT_FOR: &str = "wait";
#[cfg(not(feature = "cmd_alias"))]
pub const IF_SHELL: &str = "if-shell";
#[cfg(feature = "cmd_alias")]
pub const IF_SHELL: &str = "if";
#[cfg(not(feature = "cmd_alias"))]
pub const SET_OPTION: &str = "set-option";
#[cfg(feature = "cmd_alias")]
pub const SET_OPTION: &str = "set";
#[cfg(not(feature = "cmd_alias"))]
pub const SET_WINDOW_OPTION: &str = "set-window-option";
#[cfg(feature = "cmd_alias")]
pub const SET_WINDOW_OPTION: &str = "setw";
#[cfg(not(feature = "cmd_alias"))]
pub const SHOW_OPTIONS: &str = "show-options";
#[cfg(feature = "cmd_alias")]
pub const SHOW_OPTIONS: &str = "show";
#[cfg(not(feature = "cmd_alias"))]
pub const SHOW_WINDOW_OPTIONS: &str = "show-window-options";
#[cfg(feature = "cmd_alias")]
pub const SHOW_WINDOW_OPTIONS: &str = "showw";
#[cfg(not(feature = "cmd_alias"))]
pub const CLEAR_PROMPT_HISTORY: &str = "clear-prompt-history";
#[cfg(feature = "cmd_alias")]
pub const CLEAR_PROMPT_HISTORY: &str = "clearphist";
pub const COMMAND_PROMPT: &str = "command-prompt";
#[cfg(not(feature = "cmd_alias"))]
pub const CONFIRM_BEFORE: &str = "confirm-before";
#[cfg(feature = "cmd_alias")]
pub const CONFIRM_BEFORE: &str = "confirm";
#[cfg(not(feature = "cmd_alias"))]
pub const DISPLAY_MENU: &str = "display-menu";
#[cfg(feature = "cmd_alias")]
pub const DISPLAY_MENU: &str = "menu";
#[cfg(not(feature = "cmd_alias"))]
pub const DISPLAY_MESSAGE: &str = "display-message";
#[cfg(feature = "cmd_alias")]
pub const DISPLAY_MESSAGE: &str = "display";
#[cfg(not(feature = "cmd_alias"))]
pub const DISPLAY_POPUP: &str = "display-popup";
#[cfg(feature = "cmd_alias")]
pub const DISPLAY_POPUP: &str = "popup";
#[cfg(not(feature = "cmd_alias"))]
pub const SHOW_PROMPT_HISTORY: &str = "show-prompt-history";
#[cfg(feature = "cmd_alias")]
pub const SHOW_PROMPT_HISTORY: &str = "showphist";
#[cfg(not(feature = "cmd_alias"))]
pub const BREAK_PANE: &str = "break-pane";
#[cfg(feature = "cmd_alias")]
pub const BREAK_PANE: &str = "breakp";
#[cfg(not(feature = "cmd_alias"))]
pub const CAPTURE_PANE: &str = "capture-pane";
#[cfg(feature = "cmd_alias")]
pub const CAPTURE_PANE: &str = "capturep";
pub const CHOOSE_CLIENT: &str = "choose-client";
pub const CHOOSE_LIST: &str = "choose-list";
pub const CHOOSE_SESSION: &str = "choose-session";
pub const CHOOSE_TREE: &str = "choose-tree";
pub const CHOOSE_WINDOW: &str = "choose-window";
pub const COPY_MODE: &str = "copy-mode";
pub const CUSTOMIZE_MODE: &str = "customize-mode";
#[cfg(not(feature = "cmd_alias"))]
pub const DISPLAY_PANES: &str = "display-panes";
#[cfg(feature = "cmd_alias")]
pub const DISPLAY_PANES: &str = "displayp";
#[cfg(not(feature = "cmd_alias"))]
pub const FIND_WINDOW: &str = "find-window";
#[cfg(feature = "cmd_alias")]
pub const FIND_WINDOW: &str = "findw";
#[cfg(not(feature = "cmd_alias"))]
pub const JOIN_PANE: &str = "join-pane";
#[cfg(feature = "cmd_alias")]
pub const JOIN_PANE: &str = "joinp";
#[cfg(not(feature = "cmd_alias"))]
pub const KILL_PANE: &str = "kill-pane";
#[cfg(feature = "cmd_alias")]
pub const KILL_PANE: &str = "killp";
#[cfg(not(feature = "cmd_alias"))]
pub const KILL_WINDOW: &str = "kill-window";
#[cfg(feature = "cmd_alias")]
pub const KILL_WINDOW: &str = "killw";
#[cfg(not(feature = "cmd_alias"))]
pub const LAST_PANE: &str = "last-pane";
#[cfg(feature = "cmd_alias")]
pub const LAST_PANE: &str = "lastp";
#[cfg(not(feature = "cmd_alias"))]
pub const LAST_WINDOW: &str = "last-window";
#[cfg(feature = "cmd_alias")]
pub const LAST_WINDOW: &str = "last";
#[cfg(not(feature = "cmd_alias"))]
pub const LINK_WINDOW: &str = "link-window";
#[cfg(feature = "cmd_alias")]
pub const LINK_WINDOW: &str = "linkw";
#[cfg(not(feature = "cmd_alias"))]
pub const LIST_PANES: &str = "list-panes";
#[cfg(feature = "cmd_alias")]
pub const LIST_PANES: &str = "lsp";
#[cfg(not(feature = "cmd_alias"))]
pub const LIST_WINDOWS: &str = "list-windows";
#[cfg(feature = "cmd_alias")]
pub const LIST_WINDOWS: &str = "lsw";
#[cfg(not(feature = "cmd_alias"))]
pub const MOVE_PANE: &str = "move-pane";
#[cfg(feature = "cmd_alias")]
pub const MOVE_PANE: &str = "movep";
#[cfg(not(feature = "cmd_alias"))]
pub const MOVE_WINDOW: &str = "move-window";
#[cfg(feature = "cmd_alias")]
pub const MOVE_WINDOW: &str = "movew";
#[cfg(not(feature = "cmd_alias"))]
pub const NEW_WINDOW: &str = "new-window";
#[cfg(feature = "cmd_alias")]
pub const NEW_WINDOW: &str = "neww";
#[cfg(not(feature = "cmd_alias"))]
pub const NEXT_LAYOUT: &str = "next-layout";
#[cfg(feature = "cmd_alias")]
pub const NEXT_LAYOUT: &str = "nextl";
#[cfg(not(feature = "cmd_alias"))]
pub const NEXT_WINDOW: &str = "next-window";
#[cfg(feature = "cmd_alias")]
pub const NEXT_WINDOW: &str = "next";
#[cfg(not(feature = "cmd_alias"))]
pub const PIPE_PANE: &str = "pipe-pane";
#[cfg(feature = "cmd_alias")]
pub const PIPE_PANE: &str = "pipep";
#[cfg(not(feature = "cmd_alias"))]
pub const PREVIOUS_LAYOUT: &str = "previous-layout";
#[cfg(feature = "cmd_alias")]
pub const PREVIOUS_LAYOUT: &str = "prevl";
#[cfg(not(feature = "cmd_alias"))]
pub const PREVIOUS_WINDOW: &str = "previous-window";
#[cfg(feature = "cmd_alias")]
pub const PREVIOUS_WINDOW: &str = "prev";
#[cfg(not(feature = "cmd_alias"))]
pub const RENAME_WINDOW: &str = "rename-window";
#[cfg(feature = "cmd_alias")]
pub const RENAME_WINDOW: &str = "renamew";
#[cfg(not(feature = "cmd_alias"))]
pub const RESIZE_PANE: &str = "resize-pane";
#[cfg(feature = "cmd_alias")]
pub const RESIZE_PANE: &str = "resizep";
#[cfg(not(feature = "cmd_alias"))]
pub const RESIZE_WINDOW: &str = "resize-window";
#[cfg(feature = "cmd_alias")]
pub const RESIZE_WINDOW: &str = "resizew";
#[cfg(not(feature = "cmd_alias"))]
pub const RESPAWN_PANE: &str = "respawn-pane";
#[cfg(feature = "cmd_alias")]
pub const RESPAWN_PANE: &str = "respawnp";
#[cfg(not(feature = "cmd_alias"))]
pub const RESPAWN_WINDOW: &str = "respawn-window";
#[cfg(feature = "cmd_alias")]
pub const RESPAWN_WINDOW: &str = "respawnw";
#[cfg(not(feature = "cmd_alias"))]
pub const ROTATE_WINDOW: &str = "rotate-window";
#[cfg(feature = "cmd_alias")]
pub const ROTATE_WINDOW: &str = "rotatew";
#[cfg(not(feature = "cmd_alias"))]
pub const SELECT_LAYOUT: &str = "select-layout";
#[cfg(feature = "cmd_alias")]
pub const SELECT_LAYOUT: &str = "selectl";
#[cfg(not(feature = "cmd_alias"))]
pub const SELECT_PANE: &str = "select-pane";
#[cfg(feature = "cmd_alias")]
pub const SELECT_PANE: &str = "selectp";
#[cfg(not(feature = "cmd_alias"))]
pub const SELECT_WINDOW: &str = "select-window";
#[cfg(feature = "cmd_alias")]
pub const SELECT_WINDOW: &str = "selectw";
#[cfg(not(feature = "cmd_alias"))]
pub const SPLIT_WINDOW: &str = "split-window";
#[cfg(feature = "cmd_alias")]
pub const SPLIT_WINDOW: &str = "splitw";
#[cfg(not(feature = "cmd_alias"))]
pub const SWAP_PANE: &str = "swap-pane";
#[cfg(feature = "cmd_alias")]
pub const SWAP_PANE: &str = "swapp";
#[cfg(not(feature = "cmd_alias"))]
pub const SWAP_WINDOW: &str = "swap-window";
#[cfg(feature = "cmd_alias")]
pub const SWAP_WINDOW: &str = "swapw";
#[cfg(not(feature = "cmd_alias"))]
pub const UNLINK_WINDOW: &str = "unlink-window";
#[cfg(feature = "cmd_alias")]
pub const UNLINK_WINDOW: &str = "unlinkw";