From f0da12d3017dd95dd0e707f8c1274f2be0c18fab Mon Sep 17 00:00:00 2001 From: duianto Date: Sun, 10 Feb 2019 23:56:32 +0100 Subject: [PATCH] Readme.md: Add copy window to both action lists --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 73c7c8b..b60d21e 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ You can also start by calling `ace-window` and then decide to switch the action - x - delete window - m - swap windows - M - move window +- c - copy window - j - select buffer - n - select the previous window - u - select buffer in the other window @@ -127,6 +128,7 @@ This is the list of actions you can trigger from `ace-window` other than the '((?x aw-delete-window "Delete Window") (?m aw-swap-window "Swap Windows") (?M aw-move-window "Move Window") + (?c aw-copy-window "Copy Window") (?j aw-switch-buffer-in-window "Select Buffer") (?n aw-flip-window) (?u aw-switch-buffer-other-window "Switch Buffer Other Window")