treemacs: correct typos

This commit is contained in:
Ivan Fedorov 2018-11-23 15:37:48 +03:00 committed by duianto
parent 0b7d350af9
commit 67e9690723
2 changed files with 19 additions and 19 deletions

View File

@ -2268,22 +2268,22 @@ Other:
Doug Beardsley, dubnde, duianto, eldios, EMayej, Eugene Yaremenko, Evan
Klitzke, Evan Niessen-Derry, firemiles, Fuqiao Xue, Garrett Johnson, Grant
Shangreaux, Henrique Jung, Henry Hirsch, Henry Marshall, hornuda, Ivan
Kryvoruchko, J. Patrick Lanigan, Jaremy Creechley, Jason Axelson, Jesse Cooke,
Jethro Shuwen Sun, JI Xiang, Jim Deville, Jody Frankowski, Joe Hillenbrand,
John Eismeier, John Wood, Jon Tippens, Jonas Strømsodd, Jonathan Arnett,
Jonathan Gillett, Josh Greenwood, Joshua Santos, Justin Stone, Kainalu
Hagiwara, Kalle Lindqvist, Kechao Cai, Keith Simmons, Keith Wygant, Kevin Ji,
Kristoffer Haugsbakk, lawrsp, Leo Joseph Buchignani III, Luke Worth, Marco
Ieni, Marco Zucconelli, Max Beutelspacher, Max Nordlund, Maximilian Wolff,
Miciah Dashiel Butler Masters, mjkramer, Mikhail Yakutovich, Muneeb Shaikh,
Nasser Alshammari, Nasser Alshammari, Niko Felger, Nikolai Myllymäki,
nikolaiam, Nicolas Forgerit, Olivier Verdier, Pancho Horrillo, Paul Milla,
Paulo Schneider, Pawan Dubey, Paweł Siudak, Phil Pirozhkov, Philippe
Bourdages, Piotr Grzesik, Rafi Khan, Rand01ph, rakyi, Raymond Wanyoike,
Reverend Homer, Robby O'Connor, Rhommel Lamas, Sam Pablo Kuper, Saulius
Menkevičius, sduthil, Sergio Ugalde, Shane Kilkelly, Sid Kapur, Somelauw,
Soobin Rho, sorawee, SteveJobzniak, Sunghyun Hwang, Swaroop C H, Sylvain
Benner, Szunti, Tim Stewart, timor, TinySong, Titov Andrey, Thomas de
Fedorov, Ivan Kryvoruchko, J. Patrick Lanigan, Jaremy Creechley, Jason
Axelson, Jesse Cooke, Jethro Shuwen Sun, JI Xiang, Jim Deville, Jody
Frankowski, Joe Hillenbrand, John Eismeier, John Wood, Jon Tippens, Jonas
Strømsodd, Jonathan Arnett, Jonathan Gillett, Josh Greenwood, Joshua Santos,
Justin Stone, Kainalu Hagiwara, Kalle Lindqvist, Kechao Cai, Keith Simmons,
Keith Wygant, Kevin Ji, Kristoffer Haugsbakk, lawrsp, Leo Joseph Buchignani
III, Luke Worth, Marco Ieni, Marco Zucconelli, Max Beutelspacher, Max
Nordlund, Maximilian Wolff, Miciah Dashiel Butler Masters, mjkramer, Mikhail
Yakutovich, Muneeb Shaikh, Nasser Alshammari, Nasser Alshammari, Niko Felger,
Nikolai Myllymäki, nikolaiam, Nicolas Forgerit, Olivier Verdier, Pancho
Horrillo, Paul Milla, Paulo Schneider, Pawan Dubey, Paweł Siudak, Phil
Pirozhkov, Philippe Bourdages, Piotr Grzesik, Rafi Khan, Rand01ph, rakyi,
Raymond Wanyoike, Reverend Homer, Robby O'Connor, Rhommel Lamas, Sam Pablo
Kuper, Saulius Menkevičius, sduthil, Sergio Ugalde, Shane Kilkelly, Sid Kapur,
Somelauw, Soobin Rho, sorawee, SteveJobzniak, Sunghyun Hwang, Swaroop C H,
Sylvain Benner, Szunti, Tim Stewart, timor, TinySong, Titov Andrey, Thomas de
Beauchêne, Tomasz Cichocinski, tzhao11, Vlad Bokov, Vladimir Kochnev, Wieland
Hoffmann, Xiang Ji, Yi Liu, zer09, Zhige Xin, Serghei Iakovlev)
*** Release notes summarized

View File

@ -24,7 +24,7 @@ readme]]. In a short summary Treemacs offers the following:
- Simple and powerful navigation and ability to detail exactly how and where a
file should be opened
- Good looking png icons.
- Display of multiple file trees organized as projects residing in a workpsace.
- Display of multiple file trees organized as projects residing in a workspace.
- Ability to show tags contained in files. Tags are provided by imenu, so
nearly every filetype is supported.
- Mouse interface for single and double left clicks in line with modern GUI standards.
@ -132,12 +132,12 @@ many other commands.
| ~TAB~ | Do what I mean (as defined in ~treemacs-TAB-actions-config~). Prefers expanding nodes by default. |
| ~RET~ | Do what I mean (as defined in ~treemacs-RET-actions-config~). Prefers visiting nodes by default. |
| ~mouse1~ | Move point to clicked line |
| ~2x mouse1~ | Do what I mean (as defined in ~treemacs-doubleclick-actions-config~). Behavious like ~RET~ by default. |
| ~2x mouse1~ | Do what I mean (as defined in ~treemacs-doubleclick-actions-config~). Behaves like ~RET~ by default. |
| ~g/r/gr~ | Refresh and rebuild the treemacs buffer. |
| ~d~ | Delete node at point. A delete action must always be confirmed. Directories are deleted recursively. |
| ~cf~ | Create a file. |
| ~cd~ | Create a directory. |
| ~R~ | Rename the currently selected node. Reload buffers visiting renamed files or files in renamed direcotries. |
| ~R~ | Rename the currently selected node. Reload buffers visiting renamed files or files in renamed directories. |
| ~u~ | Select parent of selected node, if possible. |
| ~q~ | Hide/show an existing treemacs buffer. |
| ~Q~ | Kill the treemacs buffer. |