Skip to content

Latest commit

 

History

History

text

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Text Layer

This layer provides common functionality for text things.

Table of Contents

Install

Add the +nav/text layer in your configuration file,

function! Layers()
  " ...
  Layer '+nav/text'
  " ...
endfunction

Key Bindings

Key Binding Description
SPC x J Move current line down
SPC x K Move current line up
SPC x U Uppercase current word
SPC x u Downcase current word
Key Binding Description
Alt J Move current line down (works in all modes)
Alt K Move current line up (works in all modes)