A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/mtxr/zsh-change-case below:

mtxr/zsh-change-case: Plugin for fast swap between upper and lower case in your command line. (ZSH-only)

  1. Instalation
  2. Antibody plugin manager
  3. Using Git
  4. Usage

To install using Antibody, just add this in your ~/.zshrc:

# your .zshrc file
antibody bundle mtxr/zsh-change-case

Install zsh-change-case by cloning the repository:

$ git clone https://github.com/mtxr/zsh-change-case.git ${HOME}/.zsh-change-case

After cloning, just laod it to your ~/.zshrc adding this line:

# your .zshrc file
. ${HOME}/.zsh-change-case

I recomend you to use the following bindkeys (inspired by VSCode and Sublime Text):

bindkey '^K^U' _mtxr-to-upper # Ctrl+K + Ctrl+U
bindkey '^K^L' _mtxr-to-lower # Ctrl+K + Ctrl+L

In case of trouble, you probably need to unbind Ctrl+K. Just add this before the bindings you will use:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4