What is Nostr?
shutosha
npub1ttc…m0da
2025-02-04 18:57:47

shutosha on Nostr: To place the character 'b' at the 13th row and 15th column in #Vim, use this command: ...

To place the character 'b' at the 13th row and 15th column in #Vim, use this command: #deepSeek

```vim
:call cursor(13,15) | normal rb
```

**Explanation:**

- `:call cursor(13,15)` moves the cursor to line 13, column 15.
- `|` separates commands in Vim's command-line.
- `normal rb` executes the normal mode command `rb`, which replaces the character under the cursor with `b`.

Run this command in normal mode to achieve the desired result.
#vim is a spreadsheet of character..

You can tell it how many rows down and haw many columns to the left .. or right :-)


nevent1q…rf3z
Author Public Key
npub1ttc8j3sx59d4vs0zt23r6p90fjcd040x3vgu4j68u44ydx8u4rzqkxm0da