strace is a useful little utility – installed by default on most Linux systems – which allows you to find out what a program is doing under the hood by tracing the system calls it's making.
Read more »Linux Server Troubleshooting With strace
- Login to post comments
Using Spell Checking in Vim
Mark Twain has been quoted as saying that he respected a person who could spell a word more than one way. Unfortunately, Twain's enthusiasm for creative spelling isn't widely shared today, at least in the professional world.
Read more »Category: End User Tags:
- Login to post comments
Announcing Vim (Vi IMproved) version 7.3
This is a minor release of Vim. It consists of Vim 7.2 plus all patches, updated runtime files and some more, see below. It has been two years since the 7.2 release, thus it's not that "minor". But not "major" either. Something in between, don't know how to call that.
Read more »Category: End User Tags:
- Login to post comments
VIM: Faster navigation in a file
Sometimes even the simplest of tasks like navigating through a single file can be optimized. Vim offers several methods of navigation within a file, which can adapt to the contents of the file and how it is organized. Some of these methods are obvious, while others are more complex.
Read more »Category: Community Tags:
- Login to post comments
Kupfer 201 Released With New Plugins, Authentication Bug Fixed [GNOME Do Alternative]
One of the major differences between Kupfer and GNOME Do is that Kupfer comes with a lot more plugins and is actively developed as opposed to GNOME Do (unfortunately). Also, Kupfer is not developed in MONO (unlike GNOME Do), but in Python.
Read more »- Login to post comments
[Howto] Code templates in vim
The text editor vim offers several tools for automation. This howto describes a way to auto-include text modules when creating new files.
Read more »Category: End User Tags:
- Login to post comments
Choose Your VIM Color Scheme With Color Sampler Pack
You can easily change your vim color scheme by :colorscheme, but it can be hard to compare several schemes to decide what’s best for you.
Read more »Category: Beginner Tags:
- Login to post comments
Vim Plugins You Should Know About, Part VII: ragtag.vim
This time I am going to introduce you to a plugin called “ragtag.vim“. A month ago it was still known as “allml.vim” but now it has been renamed to ragtag.vim.
Read more »Category: High End Tags:
- Login to post comments
Vim Plugins You Should Know About, Part VI: nerd_tree.vim
This is the sixth post in the article series “Vim Plugins You Should Know About“. This time I am going to introduce you to a vim plugin called “nerd_tree.vim“. It’s so useful that I can’t imagine working without it in vim.
Read more »Category: High End Tags:
- Login to post comments
Vim 201: An Intermediate Guide to Vim
Ready to boost your Vim skills? Many use Vim, but don't make use of nearly all the features. In this guide, we'll take a look at some of the intermediate features offered by Vim, including abbreviations, word completion, and editing multiple documents in the same Vim session.
Read more »Category: High End Tags:
- Login to post comments
Vim 101: A Beginner's Guide to Vim
Ever wanted to learn Vim, but weren't sure how to start? No problem. We have you covered! This will be the first of a four-part (possibly longer) series covering how to use Vim and where to start using the world's best text editor.
Read more »Category: High End Tags:
- Login to post comments
BashStyle-NG – Change look and feel of your Bash,Vim and Nano
BashStyle-NG is a graphical Tool for changing the Bash’s behaviour and look’n'feel. Aswell as Readline’s, Nano’s and Vim’s.
Read more »Category: High End Tags:
- Login to post comments
Matching Newlines in Vim
In a recent article I wrote about using regular expressions in editors, I mentioned the fact that by default, Emacs will match newlines when using a complemented character set, and vim won't. A helpful reader, Tim Chase, contacted me to share a way around this.
Read more »Category: High End Tags:
- Login to post comments
Vim: edit with vim
For people who hate vi, vim does not offer much relief. They might end up hating vim as well and sing paeans for emacs.
Read more »- Login to post comments
[e|c]tags With Emacs and Vim
The exuberant-ctags package offers some of the source code navigation features of an IDE within Emacs or Vim.
Read more »- Login to post comments