Skip to content

Instantly share code, notes, and snippets.

@infinitewarp
Created June 6, 2016 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infinitewarp/352f0850a332243a403e971f070f9592 to your computer and use it in GitHub Desktop.
Save infinitewarp/352f0850a332243a403e971f070f9592 to your computer and use it in GitHub Desktop.
# some of this borrowed from
# https://gist.github.com/waingram/10b757b79e5b3a32f11f
# append a slash when autocompleting [symbolic links to] directories
set mark-directories on
set mark-symlinked-directories on
# be more intelligent when autocompleting by also looking at the text after
# the cursor.
set skip-completed-text on
# improved key bindings
#"\e[1;5C": forward-word ### ctr + right
#"\e[1;5D": backward-word ### ctr + left
"\e\e[C": forward-word ### alt + right
"\e\e[D": backward-word ### alt + left
"\e[1~": beginning-of-line ### home
"\e[4~": end-of-line ### end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment