gilbh
gilbh
Hi, Love your plugin! When I open the following one-line csv file: ``` DOGEUSDT,buy,short,2021-11-04 08:00,0.2553,,,,[-59.75%],,,EMA_21=0.26914 EMA_50=0.26975 Vol_Osc=-55.88, ``` -- and then enter `:ArrangeColumn`, the forth column with the date string...
Hi, When I try the following lines in my `.vimrc`: ``` autocmd BufRead *.csv: \ Header ``` -- nothing happens. (What I want this to do is to have `:Header`...
On running a .csv file, the program puts out this message:  No "Recent Error" on `Ctrl-E`. [wa_trans_book.vd.log](https://github.com/saulpw/visidata/files/8124375/wa_trans_book.vd.log) Visidata version: 2.8
Hi, This happens when I am try to run `dooit.exe` from the command line. Here's what I am getting: ``` C:\Users\gilbe\Envs\utils\Scripts>dooit.exe One instance of dooit is already running! Quiting... ```...
I really like your scalping strategy and Python implementation! I have a live account and a paper account, and regularly work with Polygon. However, when I try to run your...
Hi, I am trying to do this: ``` ennoremap / to_insert ``` -- so when I clickc on `/` in EDIT_NORMAL inside Microsoft Word I will get the Find Text...
In Word, when I click `r` to replace a character, the new character will be inserted without special marks. For example, if I have a word in italics: _hallo_ --...
Hi, I have the following in my `.vind-rc`: ``` set cmd_fadeout=3600 ``` -- which works very well for me, as it always shows me the current mode. However, there are...
Hi, This is a suggestion for making the integration of `win-vind` in Windows more streamlines. The idea is to filter/define the specific apps in which `win-vind` will automatically enter RESIDENT...
Hi I am trying the following so vind will automatically switch to INSERT when I click : ``` ennoremap to_insert ``` This is helpful when I switch to other apps....