Comments on: PacVim – A Game That Teaches You Vim Commands https://www.tecmint.com/learn-vi-commands-with-pacvim-game/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 14 Jul 2023 04:58:32 +0000 hourly 1 By: Ravi Saive https://www.tecmint.com/learn-vi-commands-with-pacvim-game/comment-page-1/#comment-1393771 Mon, 23 Nov 2020 04:59:03 +0000 https://www.tecmint.com/?p=29972#comment-1393771 In reply to Francesca.

@Francesca,

Thanks for pointing out, yes it is lowercase 'l'. Corrected in the article…

]]>
By: Francesca https://www.tecmint.com/learn-vi-commands-with-pacvim-game/comment-page-1/#comment-1393711 Mon, 23 Nov 2020 00:14:07 +0000 https://www.tecmint.com/?p=29972#comment-1393711 The follow-up to my initial question: It seems that it is a typo here. I checked on the GitHub Repo and to move right is indeed lowercase ‘L’ & not ‘i’ as you have written here above:-) NM…this game is cool. I love VIM!!!

]]>
By: Francesca https://www.tecmint.com/learn-vi-commands-with-pacvim-game/comment-page-1/#comment-1393709 Mon, 23 Nov 2020 00:09:35 +0000 https://www.tecmint.com/?p=29972#comment-1393709 I was wondering if the command to move right is ‘l’ (lowercase L), instead of ‘i’? As i is ‘insert’ mode in VIM.
It would be hard to learn this and then have to re-learn with lowercase L. Thanks.

]]>
By: Ravi Saive https://www.tecmint.com/learn-vi-commands-with-pacvim-game/comment-page-1/#comment-1111659 Wed, 13 Mar 2019 05:16:27 +0000 https://www.tecmint.com/?p=29972#comment-1111659 In reply to Illia.

@Illia,

Please install the required Curses (graphics library) package on your Linux distribution, before compiling the PacVim.

$ sudo apt install libncurses5-dev libncursesw5-dev  [On Ubuntu/Debian]
# yum install ncurses-devel                          [On CentOS/RHEL]
# dnf install ncurses-devel                          [On Fedora]
]]>
By: Illia https://www.tecmint.com/learn-vi-commands-with-pacvim-game/comment-page-1/#comment-1111447 Tue, 12 Mar 2019 18:46:38 +0000 https://www.tecmint.com/?p=29972#comment-1111447 Hi, I got a problem after running make install command.

src/helperFns.h:24:21 : fatal error : cursesw.h: No such file or directory
]]>