# Vim Navigasyon

Fareye hiç ihtiyaç duymadığınızı fark etmişsinizdir. Vim'de bir metin dokümanında gezinmek için aşağıdaki tuşları kullanın:

* **h** veya sol ok tuşu - sizi bir karakter sola hareket ettirir
* **k** veya yukarı ok tuşu - sizi bir satır yukarı hareket ettirir
* **j** veya aşağı ok tuşu - sizi bir satır aşağı hareket ettirir
* **l** veya sağ ok tuşu - sizi bir karakter sağa hareket ettirir


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://turkce-linux.gitbook.io/anasayfa/gelismis-metin-ustasi/vim-navigasyon.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
