diff options
| author | 2019-01-26 08:28:51 +0530 | |
|---|---|---|
| committer | 2019-01-26 08:28:51 +0530 | |
| commit | bc6295e7a7d2c0f5c53bc895dbde921c4ed0d569 (patch) | |
| tree | 803f88d225ff8b6c0b1deb4a5c086b3a6c0c71d8 /src | |
| parent | 9c148d5789806059df05ad038ccb563735574395 (diff) | |
| download | nnn-bc6295e7a7d2c0f5c53bc895dbde921c4ed0d569.tar.gz | |
Use ^B to visit pinned directory
Diffstat (limited to 'src')
| -rw-r--r-- | src/nnn.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ static struct key bindings[] = { /* Last visited dir */ { '-', SEL_CDLAST }, /* Visit marked directory */ - { CONTROL('W'), SEL_VISIT }, + { CONTROL('B'), SEL_VISIT }, /* Leader key */ { CONTROL('_'), SEL_LEADER }, { '`', SEL_LEADER }, |