How to Install and Uninstall geany-plugins-vimode.x86_64 Package on Fedora 36

Last updated: November 25,2024

1. Install "geany-plugins-vimode.x86_64" package

Please follow the step by step instructions below to install geany-plugins-vimode.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install geany-plugins-vimode.x86_64

2. Uninstall "geany-plugins-vimode.x86_64" package

Here is a brief guide to show you how to uninstall geany-plugins-vimode.x86_64 on Fedora 36:

$ sudo dnf remove geany-plugins-vimode.x86_64 $ sudo dnf autoremove

3. Information about the geany-plugins-vimode.x86_64 package on Fedora 36

Last metadata expiration check: 5:14:29 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : geany-plugins-vimode
Version : 1.38
Release : 3.fc36
Architecture : x86_64
Size : 57 k
Source : geany-plugins-1.38-3.fc36.src.rpm
Repository : fedora
Summary : Vim-mode plugin for Geany
URL : http://plugins.geany.org/
License : GPLv3+
Description : Vimode is a Vim-mode plugin for Geany written by a guy who does not use Vim.
: Expect problems unexpected by a Vim user and, please, report them.
:
: Despite the limited Vim knowledge of the author, the plugin tries to be a
: reasonably complete Vim mode implementation featuring:
:
: * normal mode, insert/replace mode, visual mode, line visual mode
: * repeated commands (e.g. 10dd - delete 10 lines)
: * "motion" commands (e.g. d10l - delete 10 characters to the right)
: * "text object" commands (e.g. di( - delete inner contents of parentheses)
: * visual mode commands (e.g. ~ to swap case of the selected text)
: * basic ex mode commands like :s, including range specifications
: * most basic navigation, selection and text manipulation commands
: * command repetition using "." and repeated insert