Edlison is talking here.

“Edlison's blog”

  • Home
  • Tags
  • Categories
  • Archives
  • Table of Contents
  • Overview
  1. 1. Vim
  2. 2. NERDTree
  3. 3. Python-mode

Bolin Shen

Edlison blog
380 posts
33 categories
195 tags
GitHub E-Mail
0%

Vim key

Posted on 01-10-2023 In Vim Views:

Vim

1
2
3
4
5
6
7
8
9
10
#yank next word
yaw
#next/previous full page
C-f
C-b
#next/previous half page
C-d
C-u
#search key word
/

NERDTree

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#change window
C-w-w
#change tab
C-h
C-l
#new tab
C-n
#toggle tree
C-t
#open, vertical split, horizontal split/(silently)
o
i
s
go
gi
gs
#change root
C

Python-mode

1
2
#auto completion
C-space
Deploy Jupyter Lab in an Anaconda container with docker compose
Sharelatex self-hosted
© 2018 – 2023 Edlison