Results 1 to 6 of 6

Thread: Helpful terminal shortcuts

  1. #1
    Join Date
    Mar 2014
    Beans
    0

    Lightbulb Helpful terminal shortcuts

    Hello all,


    I though to I should share some useful terminal shortcuts:


    Ctrl + K = cut text to beginning on the line
    Ctrl + U = cut text to beginning of the line
    Ctrl + W = cu the word located behind the cursor
    Alt + D = cat the word following the cursor
    Ctrl + Y = paste cut text
    Alt + Y = rotate back to previously cut text and paste it
    Ctrl + D = delete character (from left to right)
    Ctrl + C = delete the entire line


    Ctrl + F = (cursor) forward one character
    Ctrl + B = (cursor) backward one character
    Alt + F = (cursor) forward one word
    Alt + B = (cursor) backward one word
    Ctrl + A = (cursor) beginning of line
    Ctrl + E = (cursor) end of line


    Ctrl + L = clear screen


    Ctrl + T = switch positions of current and previous characters
    Alt + T = switch positions of current and previous words
    Alt + U = change current word to uppercase
    Alt + L = change current word to lowercase


    Please fill free to add other informations that can help us work easier with the terminal.

  2. #2
    Join Date
    Sep 2008
    Location
    Chicago
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Helpful terminal shortcuts

    Your post contains errors. For example, Ctrl-C means "kill current process," not "delete the entire line."
    In working with *nix...There be dragons. Newcomers: I recommend reading Linux is Not Windows (http://linux.oneandoneis2.org/LNW.htm) and The Linux Command Line (http://www.linuxcommand.org/tlcl.php) before beginning your quest for a better OS.

  3. #3
    Join Date
    Dec 2007
    Beans
    12,521

    Re: Helpful terminal shortcuts

    Also please note that lxterminal which has a menu bar will use Alt+F and Alt+T for exposing file and tab dropdown menus.

  4. #4
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Helpful terminal shortcuts

    Once you've gone through many lines, give ctrl-R a try.

  5. #5
    Join Date
    Mar 2014
    Beans
    0

    Re: Helpful terminal shortcuts

    You're right but I was speaking about using the terminal, not about exiting a running script or application


    Linux Terminal Command Reference
    System Info
    ...


    Ctrl + C – Halts the current command, cancel the current operation and/or start with a fresh new line

    http://community.linuxmint.com/tutorial/view/244

  6. #6
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Helpful terminal shortcuts

    Not an Ubuntu support request; moved to Ubuntu, Linux, & OS Chat.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •