Skip to content

Instantly share code, notes, and snippets.

@LanternD
Last active April 15, 2024 06:36
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LanternD/909886203b6f9e2891541031e2d9ea1c to your computer and use it in GitHub Desktop.
Save LanternD/909886203b6f9e2891541031e2d9ea1c to your computer and use it in GitHub Desktop.
Some useful shortcuts in Ubuntu Nautilus (file browser)

List Version

  • Ctrl + W: Close Nautilus window
  • Ctrl+T: Open a new tab (same as chrome)
  • Ctrl + H: Toggle the hidden file display
  • Ctrl + Q: Quit Nautilus
  • Ctrl + L: Show path to current directory
  • Ctrl + 1/2: Toggle between list view (1) and icon view (2)
  • Ctrl + Shift + W: Close all Nautilus windows, = Ctrl + Q
  • Ctrl + Shift + N: Create new folder
  • Alt + Up/Down Arrow: Enter parent/child directory
  • Alt + Left/Right Arrow: Navigate forward/backward in history (same as Chrome)
  • Alt + Enter: Show file/folder properties
  • Alt + Home: Go to Home directory
  • F9: Toggle Nautilus sidebar
  • Super + E: Open a new Nautilus window *

Work system-wisely

  • Alt + Tab: Switch between windows
  • Alt + Shift + Tab: Switch between windows, in reversed order
  • Alt + F5: Not maximizing the current window (return to normal)
  • Alt + F7: Move current window (using mouse or keyboard arrowkeys)
  • Alt + F8: Resize current window (using mouse or keyboard arrowkeys)
  • Alt + F10: Toggle window maximization

Table Version

Shortcut Function
Ctrl + W Close Nautilus window
Ctrl + T Open a new tab (same as chrome)
Ctrl + H Toggle the hidden file display
Ctrl + Q Quit Nautilus (Close all windows)
Ctrl + L Show path to current directory
Ctrl + 1/2 Toggle between list view (1) and icon view (2)
Ctrl + Shift + W Close all Nautilus windows, = Ctrl + Q
Ctrl + Shift + N Create new folder
Alt + Up/Down Arrow Enter parent/child directory
Alt + Left/Right Arrow Navigate forward/backward in history (same as Chrome)
Alt + Enter Show file/folder properties
Alt + Home Go to Home directory
F9 Toggle Nautilus sidebar
Super + E Open a new Nautilus window *
Alt + Tab Switch between windows
Alt + Shift + Tab Switch between windows, in reversed order
Alt + F5 Not maximizing the current window (return to normal)
Alt + F7 Move current window (using mouse or keyboard arrowkeys)
Alt + F8 Resize current window (using mouse or keyboard arrowkeys)
Alt + F10 Toggle window maximization

*: Need to bind it to nautilus -w command in system shortcuts.

Reference

Link: oschina

@subhasish-smiles
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment