開發人員: Brandon Thomson (3)
價錢: 免費
排名: 0 
評測: 0 寫評論
清單: 0 + 0
點數: 4 + 0 ¡
Mac App Store

描述

Markdown Editor with VIM Mode
If you are a Vim user and you edit a lot of Markdown files, this is the app for you.

The app lets you edit Markdown with a preview pane and an editor pane. The editor pane has Vim emulation and syntax highlighting, and it automatically scrolls and updates the preview pane as you scruff around in the editor.

There is also an outline pane (iPad only) that shows the headings in the Markdown document and lets you scroll to a particular heading with a tap.

There are currently bugs and omissions in the Vim emulation but it will improve with time and you may find the current state sufficient. Complain to markdown-vim@brandonthomson.com if there is a bug or omission in Vim mode that is bothering you and I will try to get it fixed within two weeks.

This app is really meant for iPad. On 11" iPads you will only have 65 columns to work with in the editor but the 'gq' command has been modified to wrap to 65 columns.

iPhone is also supported because it's popular (and you can even use vim mode with an external keyboard on iPhone) but iPhone is not really recommended due to the small screen size.

# Supported VIM Keys (partial list)
## Mode Switching
- `Escape` - Exit to normal mode (from any mode)
- `i` - Enter insert mode at cursor
- `a` - Enter insert mode after cursor
- `A` - Enter insert mode at end of line
- `I` - Enter insert mode at first non-whitespace character
- `o` - Insert new line below and enter insert mode
- `O` - Insert new line above and enter insert mode
- `s` - Substitute character (delete and enter insert mode)
- `S` - Substitute line (delete line content and enter insert mode)
- `C` - Change to end of line (delete to end and enter insert mode)
- `v` - Enter visual mode
- `V` - Enter visual line mode
- `:` or `;` - Enter command mode

## Movement (Normal Mode)
### Basic Movement
- `h` - Move left
- `j` - Move down
- `k` - Move up
- `l` - Move right

### Word Movement
- `w` - Move to next word start
- `b` - Move to previous word start
- `e` - Move to end of current word

### Line Movement
- `0` - Move to beginning of line
- `^` - Move to first non-whitespace character
- `$` - Move to end of line

### Page Movement
- `Control-U` - Scroll half page up
- `Control-D` - Scroll half page down
- `gg` - Go to first line
- `G` - Go to last line (not implemented yet)

### Character Search
- `f{char}` - Find character forward on line
- `F{char}` - Find character backward on line
- `t{char}` - Move to before character forward on line
- `T{char}` - Move to after character backward on line

### Search
- `/` - Start forward search
- `n` - Repeat last search forward
- `N` - Repeat last search backward

## Text Modification (Normal Mode)
### Delete
- `x` - Delete character under cursor
- `dw` - Delete word
- `dd` - Delete current line
- `D` - Delete to end of line

### Yank (Copy)
- `yy` or `Y` - Yank (copy) current line
- `p` - Put (paste) after cursor
- `P` - Put (paste) before cursor

### Change Case
- `~` - Toggle case of character under cursor

### Replace
- `r{char}` - Replace character under cursor with {char}

### Join
- `J` - Join current line with next line

## Undo/Redo
- `u` - Undo last change
- `Control-R` - Redo last undone change

## Visual Mode
### Visual Selection
- `h`, `j`, `k`, `l` - Extend selection
- `0` - Extend selection to beginning of line
- `d` or `x` - Delete selected text
- `y` - Yank (copy) selected text

### Visual Line Mode
- `j`, `k` - Extend line selection
- `d` or `x` - Delete selected lines
- `y` - Yank (copy) selected lines
- `gq` - Wrap selected text at 80 columns

## Text Formatting
- `gq` - Wrap current paragraph at 80 columns (works in normal and visual line modes)

## Command Mode
- `:w` - Write (save) current file
- `:e` - Revert current file to saved version
- `:e {filename}` - Edit file from selected folder
- `:{number}` - Go to line number (e.g., `:42`)
更多 ↓

新功能

  • 版本: 1.0.8
  • 發佈日期:
  • Support for Liquid Glass, many vim emulation fixes, new folder browser, app now makes 3 sample markdown files at startup

價錢

  • 今天: 免費
  • 最小值: 免費
  • 最大值: 免費
追蹤票價

開發人員

點數

排名

☹️

清單

☹️

評測

成為第一個評論 🌟

其他資訊

Markdown Editor with VIM ModeMarkdown Editor with VIM Mode 縮短網址: 已複製!

你可能還喜歡

你可能還喜歡

可搭配 AppAgg 使用的搜尋運算子
添加到 AppAgg
AppAgg
立即免费注册
註冊
登入