Skip to content

Configure zsh without frameworks like oh-my-zsh and prezto (and learn a few tricks along the way)

Notifications You must be signed in to change notification settings

sudormrfbin/frameless-zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

frameless-zsh

Useful tips for configuring zsh without frameworks like oh-my-zsh and prezto.

Editing (ZLE)

Run a command without losing current command line input

Use Alt + Q to save the current command line and execute another command. Afterwards the old command line is restored automatically (uses the push-line ZLE command):

$ cp file1 ~/dir1  # press alt+q
$                  # command line goes blank
$ ls ~/dir1        # execute a command
$ cp file1 ~/dir1  # old command line restored

About

Configure zsh without frameworks like oh-my-zsh and prezto (and learn a few tricks along the way)

Topics

Resources

Stars

Watchers

Forks