#68 Add rule for switching layout

This commit is contained in:
nvbn
2015-04-21 06:26:15 +02:00
parent 5ccf163594
commit e7d5d93056
4 changed files with 50 additions and 2 deletions
+2 -1
View File
@@ -158,7 +158,8 @@ using matched rule and run it. Rules enabled by default:
* `no_command` – fixes wrong console commands, for example `vom/vim`;
* `python_command` – prepends `python` when you trying to run not executable/without `./` python script;
* `rm_dir` – adds `-rf` when you trying to remove directory;
* `sudo` – prepends `sudo` to previous command if it failed because of permissions.
* `sudo` – prepends `sudo` to previous command if it failed because of permissions;
* `switch_layout` – switches command from your local layout to en.
## Creating your own rules