CamelCaseMotion VS vim-smartword

Compare CamelCaseMotion vs vim-smartword and see what are their differences.

CamelCaseMotion

A vim script to provide CamelCase motion through words (fork of inkarkat's camelcasemotion script) (by bkad)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
CamelCaseMotion vim-smartword
11 3
569 64
- -
0.0 10.0
about 4 years ago almost 2 years ago
Vim Script VimL
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

CamelCaseMotion

Posts with mentions or reviews of CamelCaseMotion. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-19.

vim-smartword

Posts with mentions or reviews of vim-smartword. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-02.
  • How can I make my CamelCaseMotion plugion work?
    3 projects | /r/neovim | 2 Mar 2023
    I used to use these 2 plugins together, it worked great until I configure those to .lua. ``` Plugin 'https://github.com/kana/vim-smartword.git' Plugin 'https://github.com/bkad/CamelCaseMotion.git'
  • Can I set 'w' to recognize only english letters?
    3 projects | /r/vim | 29 Dec 2022
    ``` set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'VundleVim/Vundle.vim' Plugin 'https://github.com/kana/vim-smartword.git' Plugin 'https://github.com/bkad/CamelCaseMotion.git' call vundle#end()

What are some alternatives?

When comparing CamelCaseMotion and vim-smartword you can also consider the following projects:

vim-wordmotion - More useful word motions for Vim

vim-textobj-variable-segment - A text object to turn foo_bar_baz into foo_baz *and* quuxSpamEggs into quuxEggs *and* shine your shoes

textobj-word-column.vim - Adds text-objects for word-based columns in Vim.

argtextobj.vim - Text-object like motion for arguments

nvim-spider - Use the w, e, b motions like a spider. Move by subwords and skip insignificant punctuation.

targets.vim - Vim plugin that provides additional text objects

vim-surround-funk - A Vim plugin to manipulate function calls

vim-textobj-indent - Vim plugin: Text objects for indented blocks of lines

text-case.nvim - An all in one plugin for converting text case in Neovim

vim-textobj-entire - Vim plugin: Text objects for entire buffer

vim-textobj-user - Vim plugin: Create your own text objects