Skip to content

adrnbttr/neovim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

neovim-config

Included Plugins

I recommend reading the docs of these plugins to understand them better. Each plugin provides a much better Vim experience!

Tutorials

Multiple cursors

<c-m>: next key
<c-z>: prev key
<c-x>: skip key
<esc>: quit key
zm: find by regular expression

NeoTerm

,tt: launch terminal
,th: hide/close terminal
,tc: clear terminal
,tk: kill terminal

Easymotion

go: go to anywhere

NERDTree

<F5>: NERDTree toggle
v: open in tab
V: open in tab on silent
d: open in vsplit
l: refresh
L: refresh root

JSBeautify

<c-f>: Formatting js,json,html,css files

Search

Launch search

<leader>ff: Search
<leader>fw: Search word under cursor

Open file

t: open in tab
i: open file in split
v: open file in vsplit
<Enter>: open
o: open

Open silently (keep focus on the results window)

T: open in tab
I: open file in split
V: open file in vsplit

Move cursor with snapping

<C-s>: next
<C-d>: next-file
<C-r>: prev
<C-g>: prev-file

Clipboard

<c-c>: Copy to clipboard
<c-v>: Paste to clipboard

Commenter

__: toggle commenter

About

Neovim config for dvorak french (bépo) keyboard

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages