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 Doug Beardsley, dubnde, duianto, eldios, EMayej, Eugene Yaremenko, Evan
Klitzke, Evan Niessen-Derry, firemiles, Fuqiao Xue, Garrett Johnson, Grant Klitzke, Evan Niessen-Derry, firemiles, Fuqiao Xue, Garrett Johnson, Grant
Shangreaux, Henrique Jung, Henry Hirsch, Henry Marshall, hornuda, Ivan Shangreaux, Henrique Jung, Henry Hirsch, Henry Marshall, hornuda, Ivan
Kryvoruchko, J. Patrick Lanigan, Jaremy Creechley, Jason Axelson, Jesse Cooke, Fedorov, Ivan Kryvoruchko, J. Patrick Lanigan, Jaremy Creechley, Jason
Jethro Shuwen Sun, JI Xiang, Jim Deville, Jody Frankowski, Joe Hillenbrand, Axelson, Jesse Cooke, Jethro Shuwen Sun, JI Xiang, Jim Deville, Jody
John Eismeier, John Wood, Jon Tippens, Jonas Strømsodd, Jonathan Arnett, Frankowski, Joe Hillenbrand, John Eismeier, John Wood, Jon Tippens, Jonas
Jonathan Gillett, Josh Greenwood, Joshua Santos, Justin Stone, Kainalu Strømsodd, Jonathan Arnett, Jonathan Gillett, Josh Greenwood, Joshua Santos,
Hagiwara, Kalle Lindqvist, Kechao Cai, Keith Simmons, Keith Wygant, Kevin Ji, Justin Stone, Kainalu Hagiwara, Kalle Lindqvist, Kechao Cai, Keith Simmons,
Kristoffer Haugsbakk, lawrsp, Leo Joseph Buchignani III, Luke Worth, Marco Keith Wygant, Kevin Ji, Kristoffer Haugsbakk, lawrsp, Leo Joseph Buchignani
Ieni, Marco Zucconelli, Max Beutelspacher, Max Nordlund, Maximilian Wolff, III, Luke Worth, Marco Ieni, Marco Zucconelli, Max Beutelspacher, Max
Miciah Dashiel Butler Masters, mjkramer, Mikhail Yakutovich, Muneeb Shaikh, Nordlund, Maximilian Wolff, Miciah Dashiel Butler Masters, mjkramer, Mikhail
Nasser Alshammari, Nasser Alshammari, Niko Felger, Nikolai Myllymäki, Yakutovich, Muneeb Shaikh, Nasser Alshammari, Nasser Alshammari, Niko Felger,
nikolaiam, Nicolas Forgerit, Olivier Verdier, Pancho Horrillo, Paul Milla, Nikolai Myllymäki, nikolaiam, Nicolas Forgerit, Olivier Verdier, Pancho
Paulo Schneider, Pawan Dubey, Paweł Siudak, Phil Pirozhkov, Philippe Horrillo, Paul Milla, Paulo Schneider, Pawan Dubey, Paweł Siudak, Phil
Bourdages, Piotr Grzesik, Rafi Khan, Rand01ph, rakyi, Raymond Wanyoike, Pirozhkov, Philippe Bourdages, Piotr Grzesik, Rafi Khan, Rand01ph, rakyi,
Reverend Homer, Robby O'Connor, Rhommel Lamas, Sam Pablo Kuper, Saulius Raymond Wanyoike, Reverend Homer, Robby O'Connor, Rhommel Lamas, Sam Pablo
Menkevičius, sduthil, Sergio Ugalde, Shane Kilkelly, Sid Kapur, Somelauw, Kuper, Saulius Menkevičius, sduthil, Sergio Ugalde, Shane Kilkelly, Sid Kapur,
Soobin Rho, sorawee, SteveJobzniak, Sunghyun Hwang, Swaroop C H, Sylvain Somelauw, Soobin Rho, sorawee, SteveJobzniak, Sunghyun Hwang, Swaroop C H,
Benner, Szunti, Tim Stewart, timor, TinySong, Titov Andrey, Thomas de Sylvain Benner, Szunti, Tim Stewart, timor, TinySong, Titov Andrey, Thomas de
Beauchêne, Tomasz Cichocinski, tzhao11, Vlad Bokov, Vladimir Kochnev, Wieland Beauchêne, Tomasz Cichocinski, tzhao11, Vlad Bokov, Vladimir Kochnev, Wieland
Hoffmann, Xiang Ji, Yi Liu, zer09, Zhige Xin, Serghei Iakovlev) Hoffmann, Xiang Ji, Yi Liu, zer09, Zhige Xin, Serghei Iakovlev)
*** Release notes summarized *** 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 - Simple and powerful navigation and ability to detail exactly how and where a
file should be opened file should be opened
- Good looking png icons. - 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 - Ability to show tags contained in files. Tags are provided by imenu, so
nearly every filetype is supported. nearly every filetype is supported.
- Mouse interface for single and double left clicks in line with modern GUI standards. - 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. | | ~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. | | ~RET~ | Do what I mean (as defined in ~treemacs-RET-actions-config~). Prefers visiting nodes by default. |
| ~mouse1~ | Move point to clicked line | | ~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. | | ~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. | | ~d~ | Delete node at point. A delete action must always be confirmed. Directories are deleted recursively. |
| ~cf~ | Create a file. | | ~cf~ | Create a file. |
| ~cd~ | Create a directory. | | ~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. | | ~u~ | Select parent of selected node, if possible. |
| ~q~ | Hide/show an existing treemacs buffer. | | ~q~ | Hide/show an existing treemacs buffer. |
| ~Q~ | Kill the treemacs buffer. | | ~Q~ | Kill the treemacs buffer. |