From 2c3b15e13c2cd8a07c2c7e1f14121fa9a0607769 Mon Sep 17 00:00:00 2001 From: Josh Hagins Date: Wed, 28 Aug 2019 15:01:01 -0400 Subject: [PATCH] Wrap more common shell commands by default --- git.scmbrc.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.scmbrc.example b/git.scmbrc.example index 287bfaa..6e8e00d 100644 --- a/git.scmbrc.example +++ b/git.scmbrc.example @@ -124,6 +124,6 @@ git_add_and_amend_commit_keys="\C-xz" # CTRL+x, z # Expand numbered args for common shell commands shell_command_wrapping_enabled="true" # Here you can tweak the list of wrapped commands. -scmb_wrapped_shell_commands="vim emacs gedit cat rm cp mv ln cd" +scmb_wrapped_shell_commands="vim emacs gedit cat rm cp mv ln cd ls less subl code" # Add numbered shortcuts to output of ls -l, just like 'git status' shell_ls_aliases_enabled="true"