• Home
  • Most Popular
  • Submit
  • About Us
  • Contact Us

Softpile

Free Downloads

Categories
  • Home
  • Most Popular
  • Communications
  • Desktop
  • Games & Entertainment
  • Graphic Apps
  • Network & Internet
  • Security & Privacy
  • System Utilities
Alternative to itextsharp 2022.11.10347
IronPDF offers an itextsharp alternative for HTML to PDF conversion with C# code examples, documentation, and ...
VShell Server for Linux and Mac 4.8
VShell is a versatile and secure file transfer server that supports multiple protocols and is compatible ...
PDF Studio PDF Editor for Linux 2022
PDF Studio is a cost-effective PDF editor that delivers full compatibility with the PDF Standard. It's ...
VQ Probe for Linux 1.5
VQ Probe is a comprehensive software tool that enables objective and subjective video quality analysis. The ...
Resilient Server 2.3
This Debian GNU/Linux (Buster) based software has a customized partitioning scheme that enhances robustness against filesystem ...
Valentina Studio for Linux 9.6
Valentina Studio is a cross-platform GUI manager for Mac, Windows, and Linux. It allows users to ...
VPN Lifeguard for Linux 1.0.58
The software monitors VPN connection and automatically terminates apps during connection loss, re-establishes the connection and ...
G_Viewer 0.84
G_Viewer is a Linux software that serves as both a file system and photo/image viewer. It ...
Checksome File Hash Tool for Linux 1.1
This software allows for the generation and verification of file hashes. It is a quick and ...
KeyWrangler Password Manager for Linux 1.2
A password management software that is secure, offline and extensible. It offers military-grade encryption to protect ...
Home Linux tinymode Download

tinymode

July 6, 2008
Tinymode is a Vim script that enables the creation of "tiny modes" for Normal mode.
Version 0.3
License GPL
Platform Linux
Supported Languages English
Homepage www.vim.org
Developed by Andy Wokula
I recently had the opportunity to test out the Vim script tinymode, which provides the ability to define "tiny modes" for Normal mode. Essentially, a "tiny mode" acts like any other Vim mode, with a name that identifies it, mappings that enter the mode, and mappings defined within the mode. Additionally, there can be a permanent mode message in the command-line that indicates the active mode and shows the available keys. Exiting a "tiny mode" is different from other modes; any key that isn't mapped in the mode goes back to Normal mode and executes there. The escape key also leaves the mode. The script is quite friendly to your mappings, as it doesn't touch them in any way (except for entering the mode, of course).

One key feature of tinymode is that it doesn't use getchar() - the cursor doesn't move to the command-line waiting for a character. Instead, the mode is left automatically when not pressing a key for 'timeoutlen' ms (assuming 'timeout' is on). This helps to keep things fast and efficient.

To provide an example of how to use tinymode, the following code creates "Mode1", which allows cycling of tab pages. To enter the mode, the user must type "gt" or "gT". Within the mode, the available keys are "0", "t", "T", and "$". Exiting the mode is accomplished by typing a Normal mode command or waiting for 3 s. The code used to create this mode is as follows:

call tinymode#EnterMap("mode1", "gt", "t")
call tinymode#EnterMap("mode1", "gT", "T")
call tinymode#ModeMsg("mode1", "Cycle tab pages [0/t/T/$]", 1)
call tinymode#Map("mode1", "0", "tabfirst")
call tinymode#Map("mode1", "t", "norm! [N]gt")
call tinymode#Map("mode1", "T", "norm! [N]gT")
call tinymode#Map("mode1", "$", "tablast")
call tinymode#ModeArg("mode1", "owncount")

As for Vim itself, it is a text editor that was first released in 1991 for the Amiga computer. Vim was created as an extended version of the vi editor, designed to be helpful in editing program source code. While it is cross-platform, it is most popular on Unix-like operating systems. Vim is free and open source software and has a built-in tutorial for beginners, as well as a Vim User's Manual that explains basic and more advanced features. Vim's interface is based on commands given in a text user interface, with its GUI version, gVim, adding menus and toolbars for commonly used commands. Despite the initial difficulty in learning Vim, most users progress quickly and find it to be a highly efficient text editor. Overall, both tinymode and Vim are highly recommended for any programmer looking to streamline their workflow.
What's New

Version 0.3: N/A

Free Download 9K
373
  • Share on:

Most Popular

  1. Quicksilver Forums 1.4.2
    157
  2. Dvgrab 3.4
    94
  3. DynVPN 1.0
    83
  4. CherryTV 0.1
    81
  5. SlideMap 1.2.2
    76
  6. porm r2
    72
  7. Clewarecontrol 0.8
    71
  8. Hills 2.0
    71
  9. fuseftp 0.8
    70
  10. Java Games 1.0
    70

Related Downloads

Clearlooks-LemonGraphite
Clearlooks-LemonGraphite is a straightforward and visually appealing GTK theme with an acid-hued ...
unpackrpmxdg
Unpackrpmxdg is a KDE Service Menu designed to unpack RPM Packages. It ...
Dive Into Python
Dive Into Python offered by Mark Pilgrim is a cost-free software guide ...
django-vcs-watch
Django-vcs-watch acts as an RSS proxy that can handle various VCS/DVCS systems, ...
Linux Replicated High Availability Manager
Linux Replicated High Availability Manager is a software application that enables the ...
EthGraph
EthGraph is a graphical network device traffic monitoring software that utilizes a ...
vnstatGUI
The vnstatGUI is an add-on for IPCop that facilitates the querying of ...
Groupvte
Groupvte is an efficient terminal designed for managing multiple machines in a ...
Locale::Memories
Locale::Memories is a Perl module designed for retrieving L10N messages.
amforth
Amforth is a small yet powerful Forth interpreter and compiler software.
Copyright © 1999-2025 Softpile Free Downloads
  • Most Popular
  • Submit
  • About Us
  • Contact Us
  • Privacy Policy
  • Disclaimer
  • Terms of Use

Can we use your data to tailor ads for you?

Our partners will collect data and use cookies for ad personalization and measurement.

By choosing "I agree", closing this pop-up or clicking on any element on the page, you agree to the use of cookies to help us provide you with a better user experience.

Learn how Softpile and our partners collect and use data.

You can change your choice at any time in our privacy center.

Cookie Settings

Our website stores four types of cookies. At any time you can choose which cookies you accept and which you refuse. You can read more about what cookies are and what types of cookies we store in our Cookie Policy.

are necessary for technical reasons. Without them, this website may not function properly.

are necessary for specific functionality on the website. Without them, some features may be disabled.

allow us to analyse website use and to improve the visitor's experience.

allow us to personalise your experience and to send you relevant content and offers, on this website and other websites.