Code Monkey home page Code Monkey logo

dotfiles's Introduction

About me

Languages and Tools

My Stats

github-snake

dotfiles's People

Contributors

mkdir700 avatar

Watchers

 avatar

dotfiles's Issues

从终端 Window 返回来源 Window 顺序异常

假如上方 windows 有:1 | 2 | 3
下方有一个终端 window:4

复现步骤:

  • 首先分割出 3 个 Window,1 | 2 | 3,且焦点处于 3
  • 使用 Windows 移动快捷键()移动至下方的终端窗口
  • 使用 回到上方 Window,此时会回到 2,而不是预期中的 3

快速跳转文件的指定行

gf 原版仅支持跳转到目标文件,不能跳转到指定行,比如:

情况一:

/root/path/file.py:80

以上例子,仅能跳转到 file.py 这个文件中,而不能自动跳转到第 80 行。

使用 gF 解决。

情况二:

通过堆栈信息快速跳转到指定行

Traceback (most recent call last):
  File "c:\gd\jupyter\doc.py", line 51, in <module>
    print(qqq)

解决:
https://stackoverflow.com/questions/68428589/vim-gf-command-dont-capture-python-traceback-messages-line-number

https://github.com/sychen52/gF-python-traceback

toggleterm 持久化

使用 toggleterm 插件打开终端窗口时,光标会自动进入插入模式并移到底部。退出插入模式后,如果切换到其他缓冲区再切回 toggleterm 窗口,光标会被重置到底部,并重新进入插入模式。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.