Posted in

Best PuTTY Configuration Settings: A Step-by-Step Guide

Best PuTTY settings

In this blog post, we’ll walk through the best PuTTY configuration settings to enhance your terminal experience on Windows. These tweaks improve readability, usability, and overall comfort while working in the terminal.


1. Configure Window Size

CategoryWindow

  • Columns: 80

  • Rows: 24
    (These are the default values in Windows and work well for most situations. You can increase them based on your preference.)


2. Control the Scrollback Buffer

WindowLines of Scrollback

  • Default: 2000

  • Recommended: 5000 or higher if you often scroll through a lot of command history.

This setting controls how many lines of command output PuTTY retains in memory, allowing you to scroll up and view older output.


3. Customize Cursor Appearance

WindowAppearance ➜ Click “Change…” under Cursor Appearance

  • Options:

    • Block (default)

    • Underline

    • Vertical line (my personal favorite for better visibility)

  • Enable blinking cursor: Optional, based on personal preference.


4. Change Font for Better Readability

WindowAppearance ➜ Click “Change…” under Font settings

  • Default: Courier New, 10-point

  • Recommended: Use your preferred font, at a minimum of 16-point for better clarity.
    (Fonts like Consolas, Fira Code, or JetBrains Mono are great developer-friendly options.)


5. Adjust Window Border

WindowAppearance

  • Gap between text and window edge:

    • Default: 1

    • Recommended: Change to 2 for a bit more breathing room between the text and window border.


6. Enable Copy-Paste with Right-Click

WindowSelection

  • Check the option: “Paste to clipboard in RTF as well as plain text”
    This enables easier and more flexible copy-paste functionality using the right-click.


7. Set Terminal to Use UTF-8 Encoding

WindowTranslation

  • Character set translation: Set to UTF-8
    This ensures better compatibility with special characters, emojis, and non-English scripts.


8. Save Your Settings as Default

Once you’ve made all the desired changes:

  1. Go to the Session category (top of the left-hand list).

  2. Under Saved Sessions, click on Default Settings.

  3. Click Save.

This ensures all your customizations are saved and automatically applied every time you launch PuTTY.


By applying these configurations, your PuTTY session will not only look cleaner but also function more efficiently for daily use. These are the settings I personally use and recommend for both beginner and advanced users.


Join Telegram

For more content like this, follow us on Telegram!

Leave a Reply

Your email address will not be published. Required fields are marked *